Cloud AutoML V1beta1 Client - Class ExportEvaluatedExamplesOutputInfo (1.4.17)

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

Further describes the output of the evaluated examples export.

Supplements ExportEvaluatedExamplesOutputConfig.

Generated from protobuf message google.cloud.automl.v1beta1.ExportEvaluatedExamplesOperationMetadata.ExportEvaluatedExamplesOutputInfo

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ bigquery_output_dataset string

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

getBigqueryOutputDataset

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

Returns
TypeDescription
string

setBigqueryOutputDataset

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this