Uses of Class
com.azure.ai.openai.models.BatchCreateRequest
Packages that use BatchCreateRequest
Package
Description
Package containing the classes for OpenAI.
Package containing the data models for OpenAI.
-
Uses of BatchCreateRequest in com.azure.ai.openai
Methods in com.azure.ai.openai with parameters of type BatchCreateRequestModifier and TypeMethodDescriptionOpenAIAsyncClient.createBatch(BatchCreateRequest createBatchRequest) Creates and executes a batch from an uploaded file of requests.OpenAIClient.createBatch(BatchCreateRequest createBatchRequest) Creates and executes a batch from an uploaded file of requests. -
Uses of BatchCreateRequest in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return BatchCreateRequestModifier and TypeMethodDescriptionstatic BatchCreateRequestBatchCreateRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BatchCreateRequest from the JsonReader.BatchCreateRequest.setMetadata(Map<String, String> metadata) Set the metadata property: A set of key-value pairs that can be attached to the batch.