Uses of Class
com.azure.ai.openai.models.Upload
Packages that use Upload
Package
Description
Package containing the classes for OpenAI.
Package containing the data models for OpenAI.
-
Uses of Upload in com.azure.ai.openai
Methods in com.azure.ai.openai that return UploadModifier and TypeMethodDescriptionOpenAIClient.cancelUpload(String uploadId) Cancels the Upload.OpenAIClient.completeUpload(String uploadId, CompleteUploadRequest requestBody) Completes the Upload.OpenAIClient.createUpload(CreateUploadRequest requestBody) Creates an intermediate Upload object that you can add Parts to.Methods in com.azure.ai.openai that return types with arguments of type UploadModifier and TypeMethodDescriptionOpenAIAsyncClient.cancelUpload(String uploadId) Cancels the Upload.OpenAIAsyncClient.cancelUploadWithResponse(String uploadId, com.azure.core.http.rest.RequestOptions requestOptions) Cancels the Upload.com.azure.core.http.rest.Response<Upload> OpenAIClient.cancelUploadWithResponse(String uploadId, com.azure.core.http.rest.RequestOptions requestOptions) Cancels the Upload.OpenAIAsyncClient.completeUpload(String uploadId, CompleteUploadRequest requestBody) Completes the Upload.OpenAIAsyncClient.completeUploadWithResponse(String uploadId, com.azure.core.util.BinaryData requestBody, com.azure.core.http.rest.RequestOptions requestOptions) Completes the Upload.com.azure.core.http.rest.Response<Upload> OpenAIClient.completeUploadWithResponse(String uploadId, com.azure.core.util.BinaryData requestBody, com.azure.core.http.rest.RequestOptions requestOptions) Completes the Upload.OpenAIAsyncClient.createUpload(CreateUploadRequest requestBody) Creates an intermediate Upload object that you can add Parts to.OpenAIAsyncClient.createUploadWithResponse(com.azure.core.util.BinaryData requestBody, com.azure.core.http.rest.RequestOptions requestOptions) Creates an intermediate Upload object that you can add Parts to.com.azure.core.http.rest.Response<Upload> OpenAIClient.createUploadWithResponse(com.azure.core.util.BinaryData requestBody, com.azure.core.http.rest.RequestOptions requestOptions) Creates an intermediate Upload object that you can add Parts to. -
Uses of Upload in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return Upload