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