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 class
CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Builder
A builder for ImageOutput.
public final class
CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image
-
Method Summary
Modifier and Type Method Description final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image
image()
final JsonValue
_type()
Always image
.final JsonField<CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image>
_image()
final Map<String, JsonValue>
_additionalProperties()
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput
validate()
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Builder
builder()
-
-
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()
-
-
-
-