Package com.openai.models
Class Upload.Object
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class Upload.Object implements Enum
The object type, which is always "upload".
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
Upload.Object.Known
public enum
Upload.Object.Value
-
Field Summary
Fields Modifier and Type Field Description public final static Upload.Object
UPLOAD
-
Method Summary
-
-
Method Detail
-
value
final Upload.Object.Value value()
-
known
final Upload.Object.Known known()
-
of
final static Upload.Object of(String value)
-
-
-
-