VectorStoreFileBatchStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. agents. persistent. models. VectorStoreFileBatchStatus
- com.
- com.
public final class VectorStoreFileBatchStatus
extends ExpandableStringEnum<VectorStoreFileBatchStatus>
The status of the vector store file batch.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Vector |
CANCELLED
The vector store file batch was cancelled. |
|
static final
Vector |
COMPLETED
the vector store file batch is ready for use. |
|
static final
Vector |
FAILED
The vector store file batch failed to process. |
|
static final
Vector |
IN_PROGRESS
The vector store is still processing this file batch. |
Constructor Summary
| Constructor | Description |
|---|---|
| VectorStoreFileBatchStatus() |
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
CANCELLED
public static final VectorStoreFileBatchStatus CANCELLED
The vector store file batch was cancelled.
COMPLETED
public static final VectorStoreFileBatchStatus COMPLETED
the vector store file batch is ready for use.
FAILED
public static final VectorStoreFileBatchStatus FAILED
The vector store file batch failed to process.
IN_PROGRESS
public static final VectorStoreFileBatchStatus IN_PROGRESS
The vector store is still processing this file batch.
Constructor Details
VectorStoreFileBatchStatus
@Deprecated
public VectorStoreFileBatchStatus()
Deprecated
Creates a new instance of VectorStoreFileBatchStatus value.
Method Details
fromString
public static VectorStoreFileBatchStatus fromString(String name)
Creates or finds a VectorStoreFileBatchStatus from its string representation.
Parameters:
Returns:
values
public static Collection<VectorStoreFileBatchStatus> values()
Gets known VectorStoreFileBatchStatus values.
Returns: