Cloud AutoML V1beta1 Client - Class ExportDataOutputInfo (1.5.4)

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

Further describes this export data's output.

Supplements OutputConfig.

Generated from protobuf message google.cloud.automl.v1beta1.ExportDataOperationMetadata.ExportDataOutputInfo

Namespace

Google \ Cloud \ AutoMl \ V1beta1 \ ExportDataOperationMetadata

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 exported data is written.

↳ bigquery_output_dataset string

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

getGcsOutputDirectory

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

Returns
TypeDescription
string

hasGcsOutputDirectory

setGcsOutputDirectory

The full path of the Google Cloud Storage directory created, into which the exported data 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 exported data is written.

Returns
TypeDescription
string

hasBigqueryOutputDataset

setBigqueryOutputDataset

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOutputLocation

Returns
TypeDescription
string