Class CodeInterpreterOutputImage
-
- All Implemented Interfaces:
public final class CodeInterpreterOutputImage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCodeInterpreterOutputImage.BuilderA builder for CodeInterpreterOutputImage.
public final classCodeInterpreterOutputImage.Image
-
Method Summary
Modifier and Type Method Description final Longindex()The index of the output in the outputs array. final JsonValue_type()Always image.final Optional<CodeInterpreterOutputImage.Image>image()final JsonField<Long>_index()The index of the output in the outputs array. final JsonField<CodeInterpreterOutputImage.Image>_image()final Map<String, JsonValue>_additionalProperties()final CodeInterpreterOutputImagevalidate()final CodeInterpreterOutputImage.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CodeInterpreterOutputImage.Builderbuilder()Returns a mutable builder for constructing an instance of CodeInterpreterOutputImage. -
-
Method Detail
-
image
final Optional<CodeInterpreterOutputImage.Image> image()
-
_image
final JsonField<CodeInterpreterOutputImage.Image> _image()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final CodeInterpreterOutputImage validate()
-
toBuilder
final CodeInterpreterOutputImage.Builder toBuilder()
-
builder
final static CodeInterpreterOutputImage.Builder builder()
Returns a mutable builder for constructing an instance of CodeInterpreterOutputImage.
The following fields are required:
.index()
-
-
-
-