AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class BatchService

    Batch Service: https://platform.openai.com/docs/api-reference/batch

    Inheritance
    object
    CRUDServiceBase<OpenAI>
    CRUDService<OpenAI, Batch, BatchRequest, CursorQuery>
    BatchService
    Inherited Members
    CRUDService<OpenAI, Batch, BatchRequest, CursorQuery>._endpoint
    CRUDService<OpenAI, Batch, BatchRequest, CursorQuery>._endpointWithId
    CRUDService<OpenAI, Batch, BatchRequest, CursorQuery>.CreateAsync(BatchRequest, RequestOptions)
    CRUDService<OpenAI, Batch, BatchRequest, CursorQuery>.RetrieveAsync(string, RequestOptions)
    CRUDService<OpenAI, Batch, BatchRequest, CursorQuery>.UpdateAsync(string, BatchRequest, RequestOptions)
    CRUDService<OpenAI, Batch, BatchRequest, CursorQuery>.UpdateAsync(string, IEnumerable<UpdateMask>, RequestOptions)
    CRUDService<OpenAI, Batch, BatchRequest, CursorQuery>.DeleteAsync(string, RequestOptions)
    CRUDService<OpenAI, Batch, BatchRequest, CursorQuery>.ListAsync(CursorQuery, RequestOptions)
    Namespace: Glitch9.AIDevKit.OpenAI.Services
    Assembly: .dll
    Syntax
    public class BatchService : CRUDService<OpenAI, Batch, BatchRequest, CursorQuery>

    Constructors

    BatchService(OpenAI)

    Declaration
    public BatchService(OpenAI client)
    Parameters
    Type Name Description
    OpenAI client

    Methods

    CancelAsync(string, RequestOptions)

    Declaration
    public UniTask<Batch> CancelAsync(string objectId, RequestOptions options = null)
    Parameters
    Type Name Description
    string objectId
    RequestOptions options
    Returns
    Type Description
    UniTask<Batch>
    In this article
    Back to top Generated by DocFX