Package com.openai.models
Class VectorStoreFileBatch.Object
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class VectorStoreFileBatch.Object implements Enum
The object type, which is always
vector_store.file_batch
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
VectorStoreFileBatch.Object.Known
public enum
VectorStoreFileBatch.Object.Value
-
Field Summary
Fields Modifier and Type Field Description public final static VectorStoreFileBatch.Object
VECTOR_STORE_FILES_BATCH
-
Method Summary
Modifier and Type Method Description final JsonField<String>
_value()
final VectorStoreFileBatch.Object.Value
value()
final VectorStoreFileBatch.Object.Known
known()
final String
asString()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static VectorStoreFileBatch.Object
of(String value)
-
-
Method Detail
-
value
final VectorStoreFileBatch.Object.Value value()
-
known
final VectorStoreFileBatch.Object.Known known()
-
of
final static VectorStoreFileBatch.Object of(String value)
-
-
-
-