Package com.openai.models
Class VectorStore.Object
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class VectorStore.Object implements EnumThe object type, which is always
vector_store.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumVectorStore.Object.Knownpublic enumVectorStore.Object.Value
-
Field Summary
Fields Modifier and Type Field Description public final static VectorStore.ObjectVECTOR_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)
-
-
-
-