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