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 | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |