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.Image
-
Method Summary
Modifier and Type Method Description final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Imageimage()final JsonValue_type()Always image.final JsonField<CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image>_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
-
_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()
-
-
-
-