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