Search Results for

    Show / Hide Table of Contents

    Class AiFineTuningJob.AttributesObject

    Inheritance
    object
    AiFineTuningJob.AttributesObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.AI
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class AiFineTuningJob.AttributesObject

    Properties

    | Edit this page View Source

    DryRun

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

    FineTunedModel

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

    HyperParameters

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

    Metadata

    Declaration
    [JsonProperty("metadata")]
    public AiFineTuningJob.AttributesObject.MetadataObject? Metadata { get; set; }
    Property Value
    Type Description
    AiFineTuningJob.AttributesObject.MetadataObject
    | Edit this page View Source

    TrainingOptions

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

    TrainingTokensCount

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

    ValidationOptions

    Declaration
    [JsonProperty("validationOptions")]
    public AiValidationOptions? ValidationOptions { get; set; }
    Property Value
    Type Description
    AiValidationOptions
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX