Package com.google.genai.types
Class OutputInfo
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.OutputInfo
Describes the info for output of EvaluationService. 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 OutputInfo.Builderbuilder()Instantiates a builder for OutputInfo.static OutputInfoDeserializes a JSON string to a OutputInfo object.Output only.abstract OutputInfo.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
-
OutputInfo
public OutputInfo()
-
-
Method Details
-
gcsOutputDirectory
Output only. The full path of the Cloud Storage directory created, into which the evaluation results and aggregation results are written. -
builder
Instantiates a builder for OutputInfo. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a OutputInfo object.
-