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