AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class FileCounts

    Inheritance
    object
    FileCounts
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: .dll
    Syntax
    public class FileCounts

    Properties

    Cancelled

    The number of files that were cancelled.

    Declaration
    public int? Cancelled { get; set; }
    Property Value
    Type Description
    int?

    Completed

    The number of files that have been successfully processed.

    Declaration
    public int? Completed { get; set; }
    Property Value
    Type Description
    int?

    Failed

    The number of files that have failed to process.

    Declaration
    public int? Failed { get; set; }
    Property Value
    Type Description
    int?

    InProgress

    The number of files that are currently being processed.

    Declaration
    public int? InProgress { get; set; }
    Property Value
    Type Description
    int?

    Total

    The total number of files.

    Declaration
    public int? Total { get; set; }
    Property Value
    Type Description
    int?
    In this article
    Back to top Generated by DocFX