Package com.google.genai.types
Class RawOutput
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.RawOutput
Raw output. This data type is not supported in Gemini API.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.google.genai.JsonSerializable
MAX_READ_LENGTH_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RawOutput.Builderbuilder()Instantiates a builder for RawOutput.static RawOutputDeserializes a JSON string to a RawOutput object.Output only.abstract RawOutput.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
fromJsonNode, fromJsonString, objectMapper, setMaxReadLength, stringToJsonNode, toJson, toJsonNode, toJsonString
-
Constructor Details
-
RawOutput
public RawOutput()
-
-
Method Details
-
rawOutput
Output only. Raw output string. -
builder
Instantiates a builder for RawOutput. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a RawOutput object.
-