Package com.google.genai.types
Class BatchJobOutputInfo.Builder
java.lang.Object
com.google.genai.types.BatchJobOutputInfo.Builder
- Enclosing class:
- BatchJobOutputInfo
Builder for BatchJobOutputInfo.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract BatchJobOutputInfo.BuilderbigqueryOutputTable(String bigqueryOutputTable) Setter for bigqueryOutputTable.abstract BatchJobOutputInfobuild()Clears the value of bigqueryOutputTable field.Clears the value of gcsOutputDirectory field.Clears the value of vertexMultimodalDatasetName field.abstract BatchJobOutputInfo.BuildergcsOutputDirectory(String gcsOutputDirectory) Setter for gcsOutputDirectory.abstract BatchJobOutputInfo.BuildervertexMultimodalDatasetName(String vertexMultimodalDatasetName) Setter for vertexMultimodalDatasetName.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
vertexMultimodalDatasetName
public abstract BatchJobOutputInfo.Builder vertexMultimodalDatasetName(String vertexMultimodalDatasetName) Setter for vertexMultimodalDatasetName.vertexMultimodalDatasetName: This field is experimental and may change in future versions. The Vertex AI dataset name containing the output data.
-
clearVertexMultimodalDatasetName
Clears the value of vertexMultimodalDatasetName field. -
gcsOutputDirectory
Setter for gcsOutputDirectory.gcsOutputDirectory: The full path of the Cloud Storage directory created, into which the prediction output is written.
-
clearGcsOutputDirectory
Clears the value of gcsOutputDirectory field. -
bigqueryOutputTable
Setter for bigqueryOutputTable.bigqueryOutputTable: The name of the BigQuery table created, in `predictions_TIMESTAMP` format, into which the prediction output is written.
-
clearBigqueryOutputTable
Clears the value of bigqueryOutputTable field. -
build
-