Search Results for

    Show / Hide Table of Contents

    Class CreateAiPromptFineTuningJobRequest

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

    Properties

    | Improve this Doc View Source

    DryRun

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

    HyperParameters

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

    TrainingOptions

    Declaration
    public AiTrainingOptions TrainingOptions { get; set; }
    Property Value
    Type Description
    AiTrainingOptions
    | 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