Search Results for

    Show / Hide Table of Contents

    Class FileCounts

    Inheritance
    object
    FileCounts
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
    Syntax
    public class FileCounts

    Properties

    | Edit this page View Source

    Cancelled

    The number of files that were cancelled.

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

    Completed

    The number of files that have been successfully processed.

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

    Failed

    The number of files that have failed to process.

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

    InProgress

    The number of files that are currently being processed.

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

    Total

    The total number of files.

    Declaration
    [JsonProperty("total")]
    public int? Total { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation