Search Results for

    Show / Hide Table of Contents

    Class AiFineTuningDataset.AttributesObject

    Inheritance
    object
    AiFineTuningDataset.AttributesObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.AI
    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
    Type Description
    DateTimeOffset?
    | Edit this page View Source

    DateTo

    Declaration
    [JsonProperty("dateTo")]
    public DateTimeOffset? DateTo { get; set; }
    Property Value
    Type Description
    DateTimeOffset?
    | Edit this page View Source

    MaxExamplesCount

    Declaration
    [JsonProperty("maxExamplesCount")]
    public long? MaxExamplesCount { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    MaxFileSize

    Declaration
    [JsonProperty("maxFileSize")]
    public long? MaxFileSize { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    MinExamplesCount

    Declaration
    [JsonProperty("minExamplesCount")]
    public long? MinExamplesCount { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    ProjectIds

    Declaration
    [JsonProperty("projectIds")]
    public long[] ProjectIds { get; set; }
    Property Value
    Type Description
    long[]
    | Edit this page View Source

    Purpose

    Declaration
    [JsonProperty("purpose")]
    public AiDatasetPurpose Purpose { get; set; }
    Property Value
    Type Description
    AiDatasetPurpose
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX