AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class VectorStoreFilesBatch

    Inheritance
    object
    AIResponse
    VectorStoreFilesBatch
    Inherited Members
    AIResponse.Id
    AIResponse.Object
    AIResponse.Model
    AIResponse.CreatedAt
    AIResponse.Metadata
    AIResponse.Usage
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: .dll
    Syntax
    public class VectorStoreFilesBatch : AIResponse

    Properties

    FileCounts

    ...?

    Declaration
    public FileCounts FileCounts { get; set; }
    Property Value
    Type Description
    FileCounts

    Status

    The status of the vector store files batch, which can be either in_progress, completed, cancelled or failed.

    Declaration
    public string Status { get; set; }
    Property Value
    Type Description
    string

    VectorStoreId

    The ID of the vector store that the File is attached to.

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