Uses of Class
com.azure.ai.openai.assistants.models.VectorStoreFileBatch
Packages that use VectorStoreFileBatch
Package
Description
Package containing the classes for Assistants.
Package containing the data models for Assistants.
-
Uses of VectorStoreFileBatch in com.azure.ai.openai.assistants
Methods in com.azure.ai.openai.assistants that return VectorStoreFileBatchModifier and TypeMethodDescriptionAssistantsClient.cancelVectorStoreFileBatch
(String vectorStoreId, String batchId) Cancel a vector store file batch.AssistantsClient.createVectorStoreFileBatch
(String vectorStoreId, List<String> fileIds) Create a vector store file batch.AssistantsClient.createVectorStoreFileBatch
(String vectorStoreId, List<String> fileIds, VectorStoreChunkingStrategyRequest chunkingStrategy) Create a vector store file batch.AssistantsClient.getVectorStoreFileBatch
(String vectorStoreId, String batchId) Retrieve a vector store file batch.Methods in com.azure.ai.openai.assistants that return types with arguments of type VectorStoreFileBatchModifier and TypeMethodDescriptionAssistantsAsyncClient.cancelVectorStoreFileBatch
(String vectorStoreId, String batchId) Cancel a vector store file batch.AssistantsAsyncClient.createVectorStoreFileBatch
(String vectorStoreId, List<String> fileIds) Create a vector store file batch.AssistantsAsyncClient.createVectorStoreFileBatch
(String vectorStoreId, List<String> fileIds, VectorStoreChunkingStrategyRequest chunkingStrategy) Create a vector store file batch.AssistantsAsyncClient.getVectorStoreFileBatch
(String vectorStoreId, String batchId) Retrieve a vector store file batch. -
Uses of VectorStoreFileBatch in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return VectorStoreFileBatchModifier and TypeMethodDescriptionstatic VectorStoreFileBatch
VectorStoreFileBatch.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VectorStoreFileBatch from the JsonReader.