Search Results for

    Show / Hide Table of Contents

    Class AiFineTuningJob.AttributesObject

    Inheritance
    System.Object
    AiFineTuningJob.AttributesObject
    Namespace: Crowdin.Api.AI
    Assembly: Crowdin.Api.dll
    Syntax
    public class AttributesObject : object

    Properties

    | Improve this Doc View Source

    DryRun

    Declaration
    public bool DryRun { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    FineTunedModel

    Declaration
    public string? FineTunedModel { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>
    | Improve this Doc View Source

    HyperParameters

    Declaration
    public AiHyperParameters HyperParameters { get; set; }
    Property Value
    Type Description
    AiHyperParameters
    | Improve this Doc View Source

    Metadata

    Declaration
    public AiFineTuningJob.AttributesObject.MetadataObject Metadata { get; set; }
    Property Value
    Type Description
    AiFineTuningJob.AttributesObject.MetadataObject
    | Improve this Doc View Source

    TrainingOptions

    Declaration
    public AiTrainingOptions TrainingOptions { get; set; }
    Property Value
    Type Description
    AiTrainingOptions
    | Improve this Doc View Source

    TrainingTokensCount

    Declaration
    public int? TrainingTokensCount { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    ValidationOptions

    Declaration
    public AiValidationOptions ValidationOptions { get; set; }
    Property Value
    Type Description
    AiValidationOptions
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX