Uses of Class
com.azure.ai.openai.assistants.models.VectorStoreStatus
Packages that use VectorStoreStatus
Package
Description
Package containing the data models for Assistants.
-
Uses of VectorStoreStatus in com.azure.ai.openai.assistants.models
Fields in com.azure.ai.openai.assistants.models declared as VectorStoreStatusModifier and TypeFieldDescriptionstatic final VectorStoreStatus
VectorStoreStatus.COMPLETED
completed status indicates that this vector store is ready for use.static final VectorStoreStatus
VectorStoreStatus.EXPIRED
expired status indicates that this vector store has expired and is no longer available for use.static final VectorStoreStatus
VectorStoreStatus.IN_PROGRESS
in_progress status indicates that this vector store is still processing files.Methods in com.azure.ai.openai.assistants.models that return VectorStoreStatusModifier and TypeMethodDescriptionstatic VectorStoreStatus
VectorStoreStatus.fromString
(String name) Creates or finds a VectorStoreStatus from its string representation.VectorStore.getStatus()
Get the status property: The status of the vector store, which can be either `expired`, `in_progress`, or `completed`.Methods in com.azure.ai.openai.assistants.models that return types with arguments of type VectorStoreStatusModifier and TypeMethodDescriptionstatic Collection
<VectorStoreStatus> VectorStoreStatus.values()
Gets known VectorStoreStatus values.