Package com.openai.models
Class CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput
-
- All Implemented Interfaces:
public final class CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Builderpublic final classCodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Imagepublic final classCodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.TypeAlways
image.
-
Method Summary
Modifier and Type Method Description final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Imageimage()final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Typetype()Always image.final JsonField<CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image>_image()final JsonField<CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Type>_type()Always image.final Map<String, JsonValue>_additionalProperties()final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutputvalidate()final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Builderbuilder()-
-
Method Detail
-
type
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Type type()
Always
image.
-
_type
final JsonField<CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Type> _type()
Always
image.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput validate()
-
toBuilder
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Builder toBuilder()
-
builder
final static CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Builder builder()
-
-
-
-