Class AiFineTuningDataset.AttributesObject
Inheritance
AiFineTuningDataset.AttributesObject
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AiFineTuningDataset.AttributesObject
Properties
|
Edit this page
View Source
DateFrom
Declaration
[JsonProperty("dateFrom")]
public DateTimeOffset? DateFrom { get; set; }
Property Value
|
Edit this page
View Source
DateTo
Declaration
[JsonProperty("dateTo")]
public DateTimeOffset? DateTo { get; set; }
Property Value
|
Edit this page
View Source
MaxExamplesCount
Declaration
[JsonProperty("maxExamplesCount")]
public long? MaxExamplesCount { get; set; }
Property Value
|
Edit this page
View Source
MaxFileSize
Declaration
[JsonProperty("maxFileSize")]
public long? MaxFileSize { get; set; }
Property Value
|
Edit this page
View Source
MinExamplesCount
Declaration
[JsonProperty("minExamplesCount")]
public long? MinExamplesCount { get; set; }
Property Value
|
Edit this page
View Source
ProjectIds
Declaration
[JsonProperty("projectIds")]
public long[] ProjectIds { get; set; }
Property Value
|
Edit this page
View Source
Purpose
Declaration
[JsonProperty("purpose")]
public AiDatasetPurpose Purpose { get; set; }
Property Value