Search Results for

    Show / Hide Table of Contents

    Class GenerateAiPromptFineTuningDatasetRequest

    Inheritance
    System.Object
    GenerateAiPromptFineTuningDatasetRequest
    Namespace: Crowdin.Api.AI
    Assembly: Crowdin.Api.dll
    Syntax
    public class GenerateAiPromptFineTuningDatasetRequest : object

    Properties

    | Improve this Doc View Source

    DateFrom

    Declaration
    public DateTimeOffset? DateFrom { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTimeOffset>
    | Improve this Doc View Source

    DateTo

    Declaration
    public DateTimeOffset? DateTo { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTimeOffset>
    | Improve this Doc View Source

    MaxExamplesCount

    Declaration
    public int? MaxExamplesCount { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    MaxFileSize

    Declaration
    public int? MaxFileSize { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    MinExamplesCount

    Declaration
    public int? MinExamplesCount { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    ProjectIds

    Declaration
    public ICollection<int> ProjectIds { get; set; }
    Property Value
    Type Description
    ICollection<System.Int32>
    | Improve this Doc View Source

    Purpose

    Declaration
    public AiDatasetPurpose? Purpose { get; set; }
    Property Value
    Type Description
    System.Nullable<AiDatasetPurpose>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX