Search Results for

    Show / Hide Table of Contents

    Class AiFineTuningDataset.AttributesObject

    Inheritance
    System.Object
    AiFineTuningDataset.AttributesObject
    Namespace: Crowdin.Api.AI
    Assembly: Crowdin.Api.dll
    Syntax
    public class AttributesObject : 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 int[] ProjectIds { get; set; }
    Property Value
    Type Description
    System.Int32[]
    | Improve this Doc View Source

    Purpose

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