Package com.google.genai.types
Class BatchJobOutputInfo.Builder
-
- All Implemented Interfaces:
public abstract class BatchJobOutputInfo.BuilderBuilder for BatchJobOutputInfo.
-
-
Constructor Summary
Constructors Constructor Description BatchJobOutputInfo.Builder()
-
Method Summary
Modifier and Type Method Description abstract BatchJobOutputInfo.BuildervertexMultimodalDatasetName(String vertexMultimodalDatasetName)Setter for vertexMultimodalDatasetName. BatchJobOutputInfo.BuilderclearVertexMultimodalDatasetName()Clears the value of vertexMultimodalDatasetName field. abstract BatchJobOutputInfo.BuildergcsOutputDirectory(String gcsOutputDirectory)Setter for gcsOutputDirectory. BatchJobOutputInfo.BuilderclearGcsOutputDirectory()Clears the value of gcsOutputDirectory field. abstract BatchJobOutputInfo.BuilderbigqueryOutputTable(String bigqueryOutputTable)Setter for bigqueryOutputTable. BatchJobOutputInfo.BuilderclearBigqueryOutputTable()Clears the value of bigqueryOutputTable field. abstract BatchJobOutputInfobuild()-
-
Method Detail
-
vertexMultimodalDatasetName
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
@CanIgnoreReturnValue() BatchJobOutputInfo.Builder clearVertexMultimodalDatasetName()
Clears the value of vertexMultimodalDatasetName field.
-
gcsOutputDirectory
abstract BatchJobOutputInfo.Builder gcsOutputDirectory(String gcsOutputDirectory)
Setter for gcsOutputDirectory.
gcsOutputDirectory: The full path of the Cloud Storage directory created, into which the prediction output is written.
-
clearGcsOutputDirectory
@CanIgnoreReturnValue() BatchJobOutputInfo.Builder clearGcsOutputDirectory()
Clears the value of gcsOutputDirectory field.
-
bigqueryOutputTable
abstract BatchJobOutputInfo.Builder bigqueryOutputTable(String bigqueryOutputTable)
Setter for bigqueryOutputTable.
bigqueryOutputTable: The name of the BigQuery table created, in `predictions_` format, into which the prediction output is written.
-
clearBigqueryOutputTable
@CanIgnoreReturnValue() BatchJobOutputInfo.Builder clearBigqueryOutputTable()
Clears the value of bigqueryOutputTable field.
-
build
abstract BatchJobOutputInfo build()
-
-
-
-