Search Results for

    Show / Hide Table of Contents

    Class AiFineTuningJob.AttributesObject.MetadataObject

    Inheritance
    object
    AiFineTuningJob.AttributesObject.MetadataObject
    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 AiFineTuningJob.AttributesObject.MetadataObject

    Properties

    | Edit this page View Source

    Cost

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

    CostCurrency

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