AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class VectorStoreFilesBatch

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

    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