Package com.openai.models
Class VectorStore.Status
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class VectorStore.Status implements Enum
The status of the vector store, which can be either
expired
,in_progress
, orcompleted
. A status ofcompleted
indicates that the vector store is ready for use.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
VectorStore.Status.Known
public enum
VectorStore.Status.Value
-
Field Summary
Fields Modifier and Type Field Description public final static VectorStore.Status
EXPIRED
public final static VectorStore.Status
IN_PROGRESS
public final static VectorStore.Status
COMPLETED
-
Method Summary
-
-
Method Detail
-
value
final VectorStore.Status.Value value()
-
known
final VectorStore.Status.Known known()
-
of
final static VectorStore.Status of(String value)
-
-
-
-