Package com.google.genai.types
Class OutputConfig
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.OutputConfig
Config for evaluation output.
-
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 OutputConfig.Builderbuilder()Instantiates a builder for OutputConfig.static OutputConfigDeserializes a JSON string to a OutputConfig object.abstract Optional<GcsDestination>Cloud storage destination for evaluation output.abstract OutputConfig.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
setMaxReadLength, stringToJsonNode, toJson
-
Constructor Details
-
OutputConfig
public OutputConfig()
-
-
Method Details
-
gcsDestination
Cloud storage destination for evaluation output. -
builder
Instantiates a builder for OutputConfig. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a OutputConfig object.
-