Interface BatchJobOutputInfo

Represents the output_info field in batch jobs.

interface BatchJobOutputInfo {
    bigqueryOutputTable?: string;
    gcsOutputDirectory?: string;
    vertexMultimodalDatasetName?: string;
}

Properties

bigqueryOutputTable?: string

The name of the BigQuery table created, in predictions_<timestamp> format, into which the prediction output is written.

gcsOutputDirectory?: string

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

vertexMultimodalDatasetName?: string

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