AI DevKit
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(RESTRequestOptions)
    CRUDService<OpenAI, Batch, BatchRequest, CursorQuery>.CreateAsync(BatchRequest, RESTRequestOptions)
    CRUDService<OpenAI, Batch, BatchRequest, CursorQuery>.RetrieveAsync(string, RESTRequestOptions)
    CRUDService<OpenAI, Batch, BatchRequest, CursorQuery>.UpdateAsync(string, BatchRequest, RESTRequestOptions)
    CRUDService<OpenAI, Batch, BatchRequest, CursorQuery>.UpdateAsync(string, IEnumerable<UpdateMask>, RESTRequestOptions)
    CRUDService<OpenAI, Batch, BatchRequest, CursorQuery>.DeleteAsync(string, RESTRequestOptions)
    CRUDService<OpenAI, Batch, BatchRequest, CursorQuery>.ListAsync(CursorQuery, RESTRequestOptions)
    CRUDService<OpenAI, Batch, BatchRequest, CursorQuery>.ThrowIfTRequestIsObject(CRUDOperation)
    CRUDService<OpenAI, Batch, BatchRequest, CursorQuery>.ThrowIfTQueryIsObject()
    CRUDServiceBase<OpenAI>.client
    CRUDServiceBase<OpenAI>.IsBetaService
    CRUDServiceBase<OpenAI>.CustomApiKey
    CRUDServiceBase<OpenAI>.CustomBetaHeaders
    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, RESTRequestOptions)

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