Class CreateAiPromptFineTuningJobRequest
Inheritance
System.Object
CreateAiPromptFineTuningJobRequest
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
|
Improve this Doc
View Source
TrainingOptions
Declaration
public AiTrainingOptions TrainingOptions { get; set; }
Property Value
|
Improve this Doc
View Source
ValidationOptions
Declaration
public AiValidationOptions ValidationOptions { get; set; }
Property Value