Reference documentation and code samples for the Cloud AutoML V1beta1 Client class ExportEvaluatedExamplesOutputConfig.
Output configuration for ExportEvaluatedExamples Action. Note that this call is available only for 30 days since the moment the model was evaluated.
The output depends on the domain, as follows (note that only examples from the TEST set are exported):
- For Tables:
bigquery_destination
pointing to a BigQuery project must be set. In the given project a
new dataset will be created with name
export_evaluated_examples_<model-display-name>_<timestamp-of-export-call>
where
Generated from protobuf message google.cloud.automl.v1beta1.ExportEvaluatedExamplesOutputConfig
Namespace
Google \ Cloud \ AutoMl \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ bigquery_destination |
Google\Cloud\AutoMl\V1beta1\BigQueryDestination
The BigQuery location where the output is to be written to. |
getBigqueryDestination
The BigQuery location where the output is to be written to.
Returns | |
---|---|
Type | Description |
Google\Cloud\AutoMl\V1beta1\BigQueryDestination|null |
hasBigqueryDestination
setBigqueryDestination
The BigQuery location where the output is to be written to.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AutoMl\V1beta1\BigQueryDestination
|
Returns | |
---|---|
Type | Description |
$this |
getDestination
Returns | |
---|---|
Type | Description |
string |