Search Results for

    Show / Hide Table of Contents

    Class TunedModel

    Inheritance
    object
    GoogleGeminiRequest
    TunedModel
    Implements
    IJsonRequest
    Inherited Members
    GoogleGeminiRequest.Model
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit.Google
    Assembly: Glitch9.AIDevKit.Provider.Google.dll
    Syntax
    [Serializable]
    public class TunedModel : GoogleGeminiRequest, IJsonRequest

    Properties

    | Edit this page View Source

    BaseModel

    Declaration
    [JsonProperty("base_model")]
    public string BaseModel { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    CreateTime

    Declaration
    [JsonProperty("create_time")]
    public ZuluTime? CreateTime { get; set; }
    Property Value
    Type Description
    ZuluTime?
    | Edit this page View Source

    Description

    Declaration
    [JsonProperty("description")]
    public string Description { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    DisplayName

    Declaration
    [JsonProperty("display_name")]
    public string DisplayName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Name

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SourceModel

    Declaration
    [JsonProperty("source_model")]
    public string SourceModel { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    State

    Declaration
    [JsonProperty("state")]
    public string State { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Temperature

    Declaration
    [JsonProperty("temperature")]
    public float? Temperature { get; set; }
    Property Value
    Type Description
    float?
    | Edit this page View Source

    TopK

    Declaration
    [JsonProperty("top_k")]
    public float? TopK { get; set; }
    Property Value
    Type Description
    float?
    | Edit this page View Source

    TopP

    Declaration
    [JsonProperty("top_p")]
    public float? TopP { get; set; }
    Property Value
    Type Description
    float?
    | Edit this page View Source

    TunedModelSource

    Declaration
    [JsonProperty("tuned_model_source")]
    public TunedModelSource TunedModelSource { get; set; }
    Property Value
    Type Description
    TunedModelSource
    | Edit this page View Source

    TuningTask

    Declaration
    [JsonProperty("tuning_task")]
    public FineTuningTask TuningTask { get; set; }
    Property Value
    Type Description
    FineTuningTask
    | Edit this page View Source

    UpdateTime

    Declaration
    [JsonProperty("update_time")]
    public ZuluTime? UpdateTime { get; set; }
    Property Value
    Type Description
    ZuluTime?

    Methods

    | Edit this page View Source

    SetBatchSize(int)

    Declaration
    public TunedModel SetBatchSize(int batchSize)
    Parameters
    Type Name Description
    int batchSize
    Returns
    Type Description
    TunedModel
    | Edit this page View Source

    SetEpochCount(int)

    Declaration
    public TunedModel SetEpochCount(int epochCount)
    Parameters
    Type Name Description
    int epochCount
    Returns
    Type Description
    TunedModel
    | Edit this page View Source

    SetLearningRate(float)

    Declaration
    public TunedModel SetLearningRate(float learningRate)
    Parameters
    Type Name Description
    float learningRate
    Returns
    Type Description
    TunedModel
    | Edit this page View Source

    SetTrainingData(params FineTuningData[])

    Declaration
    public TunedModel SetTrainingData(params FineTuningData[] trainingData)
    Parameters
    Type Name Description
    FineTuningData[] trainingData
    Returns
    Type Description
    TunedModel
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    IJsonRequest

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation