Package com.openai.models
Class VectorStoreFileBatch.Object
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class VectorStoreFileBatch.Object implements EnumThe object type, which is always
vector_store.file_batch.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumVectorStoreFileBatch.Object.Knownpublic enumVectorStoreFileBatch.Object.Value
-
Field Summary
Fields Modifier and Type Field Description public final static VectorStoreFileBatch.ObjectVECTOR_STORE_FILES_BATCH
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final VectorStoreFileBatch.Object.Valuevalue()final VectorStoreFileBatch.Object.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VectorStoreFileBatch.Objectof(String value)-
-
Method Detail
-
value
final VectorStoreFileBatch.Object.Value value()
-
known
final VectorStoreFileBatch.Object.Known known()
-
of
final static VectorStoreFileBatch.Object of(String value)
-
-
-
-