Cloud AutoML V1beta1 Client - Class BatchPredictOutputInfo (1.5.4)

Reference documentation and code samples for the Cloud AutoML V1beta1 Client class BatchPredictOutputInfo.

Further describes this batch predict's output.

Supplements BatchPredictOutputConfig.

Generated from protobuf message google.cloud.automl.v1beta1.BatchPredictOperationMetadata.BatchPredictOutputInfo

Namespace

Google \ Cloud \ AutoMl \ V1beta1 \ BatchPredictOperationMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ gcs_output_directory string

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

↳ bigquery_output_dataset string

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

getGcsOutputDirectory

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

Returns
TypeDescription
string

hasGcsOutputDirectory

setGcsOutputDirectory

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getBigqueryOutputDataset

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

Returns
TypeDescription
string

hasBigqueryOutputDataset

setBigqueryOutputDataset

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

getOutputLocation

Returns
TypeDescription
string