Uses of Class
com.azure.ai.openai.models.Batch
Packages that use Batch
Package
Description
Package containing the classes for OpenAI.
Package containing the data models for OpenAI.
-
Uses of Batch in com.azure.ai.openai
Methods in com.azure.ai.openai that return BatchModifier and TypeMethodDescriptionOpenAIClient.cancelBatch(String batchId) Gets details for a single batch specified by the given batchID.OpenAIClient.createBatch(BatchCreateRequest createBatchRequest) Creates and executes a batch from an uploaded file of requests.Gets details for a single batch specified by the given batchID.Methods in com.azure.ai.openai that return types with arguments of type BatchModifier and TypeMethodDescriptionOpenAIAsyncClient.cancelBatch(String batchId) Gets details for a single batch specified by the given batchID.OpenAIAsyncClient.cancelBatchWithResponse(String batchId, com.azure.core.http.rest.RequestOptions requestOptions) Gets details for a single batch specified by the given batchID.com.azure.core.http.rest.Response<Batch> OpenAIClient.cancelBatchWithResponse(String batchId, com.azure.core.http.rest.RequestOptions requestOptions) Gets details for a single batch specified by the given batchID.OpenAIAsyncClient.createBatch(BatchCreateRequest createBatchRequest) Creates and executes a batch from an uploaded file of requests.OpenAIAsyncClient.createBatchWithResponse(com.azure.core.util.BinaryData createBatchRequest, com.azure.core.http.rest.RequestOptions requestOptions) Creates and executes a batch from an uploaded file of requests.com.azure.core.http.rest.Response<Batch> OpenAIClient.createBatchWithResponse(com.azure.core.util.BinaryData createBatchRequest, com.azure.core.http.rest.RequestOptions requestOptions) Creates and executes a batch from an uploaded file of requests.Gets details for a single batch specified by the given batchID.OpenAIAsyncClient.getBatchWithResponse(String batchId, com.azure.core.http.rest.RequestOptions requestOptions) Gets details for a single batch specified by the given batchID.com.azure.core.http.rest.Response<Batch> OpenAIClient.getBatchWithResponse(String batchId, com.azure.core.http.rest.RequestOptions requestOptions) Gets details for a single batch specified by the given batchID.OpenAIAsyncClient.listBatches()Gets a list of all batches owned by the Azure OpenAI resource.OpenAIAsyncClient.listBatches(String after, Integer limit) Gets a list of all batches owned by the Azure OpenAI resource.OpenAIClient.listBatches()Gets a list of all batches owned by the Azure OpenAI resource.OpenAIClient.listBatches(String after, Integer limit) Gets a list of all batches owned by the Azure OpenAI resource.Mono<com.azure.core.http.rest.Response<PageableList<Batch>>> OpenAIAsyncClient.listBatchesWithResponse(com.azure.core.http.rest.RequestOptions requestOptions) Gets a list of all batches owned by the Azure OpenAI resource.com.azure.core.http.rest.Response<PageableList<Batch>> OpenAIClient.listBatchesWithResponse(com.azure.core.http.rest.RequestOptions requestOptions) Gets a list of all batches owned by the Azure OpenAI resource. -
Uses of Batch in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return Batch