BatchJobOutputInfo

@Serializable
data class BatchJobOutputInfo(val gcsOutputDirectory: String? = null, val bigqueryOutputTable: String? = null, val vertexMultimodalDatasetName: String? = null)

Represents the output_info field in batch jobs.

Constructors

Link copied to clipboard
constructor(gcsOutputDirectory: String? = null, bigqueryOutputTable: String? = null, vertexMultimodalDatasetName: String? = null)

Properties

Link copied to clipboard

The name of the BigQuery table created, in predictions_TIMESTAMP format, into which the prediction output is written.

Link copied to clipboard

The full path of the Cloud Storage directory created, into which the prediction output is written.

Link copied to clipboard

This field is experimental and may change in future versions. The Vertex AI dataset name containing the output data.