Uses of Class
com.azure.ai.agents.persistent.models.VectorStoreFileDeletionStatus
Packages that use VectorStoreFileDeletionStatus
Package
Description
Package containing the classes for Agents.
Package containing the data models for Agents.
-
Uses of VectorStoreFileDeletionStatus in com.azure.ai.agents.persistent
Methods in com.azure.ai.agents.persistent that return VectorStoreFileDeletionStatusModifier and TypeMethodDescriptionVectorStoreFilesClient.deleteVectorStoreFile(String vectorStoreId, String fileId) Deletes a vector store file.Methods in com.azure.ai.agents.persistent that return types with arguments of type VectorStoreFileDeletionStatusModifier and TypeMethodDescriptionVectorStoreFilesAsyncClient.deleteVectorStoreFile(String vectorStoreId, String fileId) Deletes a vector store file. -
Uses of VectorStoreFileDeletionStatus in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return VectorStoreFileDeletionStatusModifier and TypeMethodDescriptionVectorStoreFileDeletionStatus.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VectorStoreFileDeletionStatus from the JsonReader.