Class AiFineTuningJob
Inheritance
System.Object
AiFineTuningJob
Assembly: Crowdin.Api.dll
Syntax
public class AiFineTuningJob : object
Properties
|
Improve this Doc
View Source
Attributes
Declaration
public AiFineTuningJob.AttributesObject Attributes { get; set; }
Property Value
|
Improve this Doc
View Source
CreatedAt
Declaration
public DateTimeOffset CreatedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
FinishedAt
Declaration
public DateTimeOffset FinishedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
Identifier
Declaration
public string Identifier { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Progress
Declaration
public int Progress { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StartedAt
Declaration
public DateTimeOffset StartedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
Status
Declaration
public OperationStatus Status { get; set; }
Property Value
|
Improve this Doc
View Source
UpdatedAt
Declaration
public DateTimeOffset UpdatedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|