Class GenerateAiPromptFineTuningDatasetRequest
Inheritance
GenerateAiPromptFineTuningDatasetRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class GenerateAiPromptFineTuningDatasetRequest
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 ICollection<long> ProjectIds { get; set; }
Property Value
|
Edit this page
View Source
Purpose
Declaration
[JsonProperty("purpose")]
public AiDatasetPurpose? Purpose { get; set; }
Property Value