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