Package com.openai.models
Class CodeInterpreterOutputImage.Type
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class CodeInterpreterOutputImage.Type implements EnumAlways
image.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumCodeInterpreterOutputImage.Type.Knownpublic enumCodeInterpreterOutputImage.Type.Value
-
Field Summary
Fields Modifier and Type Field Description public final static CodeInterpreterOutputImage.TypeIMAGE
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final CodeInterpreterOutputImage.Type.Valuevalue()final CodeInterpreterOutputImage.Type.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CodeInterpreterOutputImage.Typeof(String value)-
-
Method Detail
-
value
final CodeInterpreterOutputImage.Type.Value value()
-
known
final CodeInterpreterOutputImage.Type.Known known()
-
of
final static CodeInterpreterOutputImage.Type of(String value)
-
-
-
-