AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class TunedModel

    Inheritance
    object
    RequestBody
    GenerativeAIRequest
    TunedModel
    Inherited Members
    GenerativeAIRequest.Model
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    [Serializable]
    public class TunedModel : GenerativeAIRequest

    Properties

    BaseModel

    Declaration
    public string BaseModel { get; set; }
    Property Value
    Type Description
    string

    CreateTime

    Declaration
    public ZuluTime? CreateTime { get; set; }
    Property Value
    Type Description
    ZuluTime?

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string

    DisplayName

    Declaration
    public string DisplayName { get; set; }
    Property Value
    Type Description
    string

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    SourceModel

    Declaration
    public string SourceModel { get; set; }
    Property Value
    Type Description
    string

    State

    Declaration
    public string State { get; set; }
    Property Value
    Type Description
    string

    Temperature

    Declaration
    public float? Temperature { get; set; }
    Property Value
    Type Description
    float?

    TopK

    Declaration
    public float? TopK { get; set; }
    Property Value
    Type Description
    float?

    TopP

    Declaration
    public float? TopP { get; set; }
    Property Value
    Type Description
    float?

    TunedModelSource

    Declaration
    public TunedModelSource TunedModelSource { get; set; }
    Property Value
    Type Description
    TunedModelSource

    TuningTask

    Declaration
    public TuningTask TuningTask { get; set; }
    Property Value
    Type Description
    TuningTask

    UpdateTime

    Declaration
    public ZuluTime? UpdateTime { get; set; }
    Property Value
    Type Description
    ZuluTime?

    Methods

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    In this article
    Back to top Generated by DocFX