Package com.openai.models
Class VectorStoreFileBatch.Status
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class VectorStoreFileBatch.Status implements Enum
The status of the vector store files batch, which can be either
in_progress
,completed
,cancelled
orfailed
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
VectorStoreFileBatch.Status.Known
public enum
VectorStoreFileBatch.Status.Value
-
Field Summary
Fields Modifier and Type Field Description public final static VectorStoreFileBatch.Status
IN_PROGRESS
public final static VectorStoreFileBatch.Status
COMPLETED
public final static VectorStoreFileBatch.Status
CANCELLED
public final static VectorStoreFileBatch.Status
FAILED
-
Method Summary
Modifier and Type Method Description final JsonField<String>
_value()
final VectorStoreFileBatch.Status.Value
value()
final VectorStoreFileBatch.Status.Known
known()
final String
asString()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static VectorStoreFileBatch.Status
of(String value)
-
-
Method Detail
-
value
final VectorStoreFileBatch.Status.Value value()
-
known
final VectorStoreFileBatch.Status.Known known()
-
of
final static VectorStoreFileBatch.Status of(String value)
-
-
-
-