Uses of Class
com.azure.ai.agents.persistent.models.VectorStoreDeletionStatus
Packages that use VectorStoreDeletionStatus
Package
Description
Package containing the classes for Agents.
Package containing the data models for Agents.
-
Uses of VectorStoreDeletionStatus in com.azure.ai.agents.persistent
Methods in com.azure.ai.agents.persistent that return VectorStoreDeletionStatusModifier and TypeMethodDescriptionVectorStoresClient.deleteVectorStore(String vectorStoreId) Deletes the vector store object matching the specified ID.Methods in com.azure.ai.agents.persistent that return types with arguments of type VectorStoreDeletionStatusModifier and TypeMethodDescriptionVectorStoresAsyncClient.deleteVectorStore(String vectorStoreId) Deletes the vector store object matching the specified ID. -
Uses of VectorStoreDeletionStatus in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return VectorStoreDeletionStatusModifier and TypeMethodDescriptionstatic VectorStoreDeletionStatusVectorStoreDeletionStatus.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VectorStoreDeletionStatus from the JsonReader.