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