Package com.openai.models
Class VectorStoreFileBatch.Status
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class VectorStoreFileBatch.Status implements EnumThe status of the vector store files batch, which can be either
in_progress,completed,cancelledorfailed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumVectorStoreFileBatch.Status.Knownpublic enumVectorStoreFileBatch.Status.Value
-
Field Summary
Fields Modifier and Type Field Description public final static VectorStoreFileBatch.StatusIN_PROGRESSpublic final static VectorStoreFileBatch.StatusCOMPLETEDpublic final static VectorStoreFileBatch.StatusCANCELLEDpublic final static VectorStoreFileBatch.StatusFAILED
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final VectorStoreFileBatch.Status.Valuevalue()final VectorStoreFileBatch.Status.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VectorStoreFileBatch.Statusof(String value)-
-
Method Detail
-
value
final VectorStoreFileBatch.Status.Value value()
-
known
final VectorStoreFileBatch.Status.Known known()
-
of
final static VectorStoreFileBatch.Status of(String value)
-
-
-
-