Package com.openai.models
Class VectorStore.Object
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class VectorStore.Object implements Enum
The object type, which is always
vector_store
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
VectorStore.Object.Known
public enum
VectorStore.Object.Value
-
Field Summary
Fields Modifier and Type Field Description public final static VectorStore.Object
VECTOR_STORE
-
Method Summary
-
-
Method Detail
-
value
final VectorStore.Object.Value value()
-
known
final VectorStore.Object.Known known()
-
of
final static VectorStore.Object of(String value)
-
-
-
-