Google Cloud Ai Platform V1 Client - Class OutputInfo (0.23.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class OutputInfo.

Further describes this job's output.

Supplements output_config.

Generated from protobuf message google.cloud.aiplatform.v1.BatchPredictionJob.OutputInfo

Namespace

Google \ Cloud \ AIPlatform \ V1 \ BatchPredictionJob

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ gcs_output_directory string

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

↳ bigquery_output_dataset string

Output only. The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.

↳ bigquery_output_table string

Output only. The name of the BigQuery table created, in predictions_<timestamp> format, into which the prediction output is written. Can be used by UI to generate the BigQuery output path, for example.

getGcsOutputDirectory

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

Returns
TypeDescription
string

hasGcsOutputDirectory

setGcsOutputDirectory

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getBigqueryOutputDataset

Output only. The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.

Returns
TypeDescription
string

hasBigqueryOutputDataset

setBigqueryOutputDataset

Output only. The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getBigqueryOutputTable

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

Can be used by UI to generate the BigQuery output path, for example.

Returns
TypeDescription
string

setBigqueryOutputTable

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

Can be used by UI to generate the BigQuery output path, for example.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOutputLocation

Returns
TypeDescription
string