Uses of Class
com.azure.ai.agents.persistent.models.VectorStoreFileBatch
Packages that use VectorStoreFileBatch
Package
Description
Package containing the classes for Agents.
Package containing the data models for Agents.
-
Uses of VectorStoreFileBatch in com.azure.ai.agents.persistent
Methods in com.azure.ai.agents.persistent that return VectorStoreFileBatchModifier and TypeMethodDescriptionVectorStoreFileBatchesClient.cancelVectorStoreFileBatch(String vectorStoreId, String batchId) Cancel a vector store file batch.VectorStoreFileBatchesClient.createVectorStoreFileBatch(String vectorStoreId) Create a vector store file batch.VectorStoreFileBatchesClient.createVectorStoreFileBatch(String vectorStoreId, List<String> fileIds, List<VectorStoreDataSource> dataSources, VectorStoreChunkingStrategyRequest chunkingStrategy) Create a vector store file batch.VectorStoreFileBatchesClient.getVectorStoreFileBatch(String vectorStoreId, String batchId) Retrieve a vector store file batch.Methods in com.azure.ai.agents.persistent that return types with arguments of type VectorStoreFileBatchModifier and TypeMethodDescriptionVectorStoreFileBatchesAsyncClient.cancelVectorStoreFileBatch(String vectorStoreId, String batchId) Cancel a vector store file batch.VectorStoreFileBatchesAsyncClient.createVectorStoreFileBatch(String vectorStoreId) Create a vector store file batch.VectorStoreFileBatchesAsyncClient.createVectorStoreFileBatch(String vectorStoreId, List<String> fileIds, List<VectorStoreDataSource> dataSources, VectorStoreChunkingStrategyRequest chunkingStrategy) Create a vector store file batch.VectorStoreFileBatchesAsyncClient.getVectorStoreFileBatch(String vectorStoreId, String batchId) Retrieve a vector store file batch. -
Uses of VectorStoreFileBatch in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return VectorStoreFileBatchModifier and TypeMethodDescriptionstatic VectorStoreFileBatchVectorStoreFileBatch.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VectorStoreFileBatch from the JsonReader.