Package com.google.genai.types
Class BatchJobOutputInfo
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.BatchJobOutputInfo
Represents the `output_info` field in batch jobs.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for BatchJobOutputInfo. -
Field Summary
Fields inherited from class com.google.genai.JsonSerializable
MAX_READ_LENGTH_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe name of the BigQuery table created, in `predictions_TIMESTAMP` format, into which the prediction output is written.static BatchJobOutputInfo.Builderbuilder()Instantiates a builder for BatchJobOutputInfo.static BatchJobOutputInfoDeserializes a JSON string to a BatchJobOutputInfo object.The full path of the Cloud Storage directory created, into which the prediction output is written.abstract BatchJobOutputInfo.BuilderCreates a builder with the same values as this instance.This field is experimental and may change in future versions.Methods inherited from class com.google.genai.JsonSerializable
fromJsonNode, fromJsonString, objectMapper, setMaxReadLength, stringToJsonNode, toJson, toJsonNode, toJsonString
-
Constructor Details
-
BatchJobOutputInfo
public BatchJobOutputInfo()
-
-
Method Details
-
vertexMultimodalDatasetName
This field is experimental and may change in future versions. The Vertex AI dataset name containing the output data. -
gcsOutputDirectory
The full path of the Cloud Storage directory created, into which the prediction output is written. -
bigqueryOutputTable
The name of the BigQuery table created, in `predictions_TIMESTAMP` format, into which the prediction output is written. -
builder
Instantiates a builder for BatchJobOutputInfo. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a BatchJobOutputInfo object.
-