Class VectorStoreStatus
java.lang.Object
com.azure.core.util.ExpandableStringEnum<VectorStoreStatus>
com.azure.ai.openai.assistants.models.VectorStoreStatus
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class VectorStoreStatus
extends com.azure.core.util.ExpandableStringEnum<VectorStoreStatus>
Vector store possible status.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VectorStoreStatus
completed status indicates that this vector store is ready for use.static final VectorStoreStatus
expired status indicates that this vector store has expired and is no longer available for use.static final VectorStoreStatus
in_progress status indicates that this vector store is still processing files. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VectorStoreStatus
fromString
(String name) Creates or finds a VectorStoreStatus from its string representation.static Collection
<VectorStoreStatus> values()
Gets known VectorStoreStatus values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
EXPIRED
expired status indicates that this vector store has expired and is no longer available for use. -
IN_PROGRESS
in_progress status indicates that this vector store is still processing files. -
COMPLETED
completed status indicates that this vector store is ready for use.
-
-
Constructor Details
-
VectorStoreStatus
Deprecated.Use thefromString(String)
factory method.Creates a new instance of VectorStoreStatus value.
-
-
Method Details
-
fromString
Creates or finds a VectorStoreStatus from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding VectorStoreStatus.
-
values
Gets known VectorStoreStatus values.- Returns:
- known VectorStoreStatus values.
-
fromString(String)
factory method.