VectorStoreStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. agents. persistent. models. VectorStoreStatus
- com.
- com.
public final class VectorStoreStatus
extends ExpandableStringEnum<VectorStoreStatus>
Vector store possible status.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Vector |
COMPLETED
completed status indicates that this vector store is ready for use. |
|
static final
Vector |
EXPIRED
expired status indicates that this vector store has expired and is no longer available for use. |
|
static final
Vector |
IN_PROGRESS
in_progress status indicates that this vector store is still processing files. |
Constructor Summary
| Constructor | Description |
|---|---|
| VectorStoreStatus() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Vector |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Vector |
fromString(String name)
Creates or finds a Vector |
|
static
Collection<Vector |
values()
Gets known Vector |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
COMPLETED
public static final VectorStoreStatus COMPLETED
completed status indicates that this vector store is ready for use.
EXPIRED
public static final VectorStoreStatus EXPIRED
expired status indicates that this vector store has expired and is no longer available for use.
IN_PROGRESS
public static final VectorStoreStatus IN_PROGRESS
in_progress status indicates that this vector store is still processing files.
Constructor Details
VectorStoreStatus
@Deprecated
public VectorStoreStatus()
Deprecated
Creates a new instance of VectorStoreStatus value.
Method Details
fromString
public static VectorStoreStatus fromString(String name)
Creates or finds a VectorStoreStatus from its string representation.
Parameters:
Returns:
values
public static Collection<VectorStoreStatus> values()
Gets known VectorStoreStatus values.
Returns: