Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::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
primary_table
of the
dataset from which
the model was created, as they were at the moment of model's
evaluation (this includes the target column with its ground
truth), followed by a column called "predicted_<target_column>". That
last column will contain the model's prediction result for each
respective row, given as ARRAY of
AnnotationPayloads,
represented as STRUCT-s, containing
TablesAnnotation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Cloud AutoML V1beta1 API - Class Google::Cloud::AutoML::V1beta1::ExportEvaluatedExamplesOutputConfig (v0.14.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.14.1 (latest)](/ruby/docs/reference/google-cloud-automl-v1beta1/latest/Google-Cloud-AutoML-V1beta1-ExportEvaluatedExamplesOutputConfig)\n- [0.14.0](/ruby/docs/reference/google-cloud-automl-v1beta1/0.14.0/Google-Cloud-AutoML-V1beta1-ExportEvaluatedExamplesOutputConfig)\n- [0.13.1](/ruby/docs/reference/google-cloud-automl-v1beta1/0.13.1/Google-Cloud-AutoML-V1beta1-ExportEvaluatedExamplesOutputConfig)\n- [0.12.0](/ruby/docs/reference/google-cloud-automl-v1beta1/0.12.0/Google-Cloud-AutoML-V1beta1-ExportEvaluatedExamplesOutputConfig)\n- [0.11.1](/ruby/docs/reference/google-cloud-automl-v1beta1/0.11.1/Google-Cloud-AutoML-V1beta1-ExportEvaluatedExamplesOutputConfig)\n- [0.10.2](/ruby/docs/reference/google-cloud-automl-v1beta1/0.10.2/Google-Cloud-AutoML-V1beta1-ExportEvaluatedExamplesOutputConfig)\n- [0.9.0](/ruby/docs/reference/google-cloud-automl-v1beta1/0.9.0/Google-Cloud-AutoML-V1beta1-ExportEvaluatedExamplesOutputConfig)\n- [0.8.0](/ruby/docs/reference/google-cloud-automl-v1beta1/0.8.0/Google-Cloud-AutoML-V1beta1-ExportEvaluatedExamplesOutputConfig)\n- [0.7.0](/ruby/docs/reference/google-cloud-automl-v1beta1/0.7.0/Google-Cloud-AutoML-V1beta1-ExportEvaluatedExamplesOutputConfig)\n- [0.6.1](/ruby/docs/reference/google-cloud-automl-v1beta1/0.6.1/Google-Cloud-AutoML-V1beta1-ExportEvaluatedExamplesOutputConfig)\n- [0.5.5](/ruby/docs/reference/google-cloud-automl-v1beta1/0.5.5/Google-Cloud-AutoML-V1beta1-ExportEvaluatedExamplesOutputConfig) \nReference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::ExportEvaluatedExamplesOutputConfig.\n\nOutput configuration for ExportEvaluatedExamples Action. Note that this call\nis available only for 30 days since the moment the model was evaluated.\nThe output depends on the domain, as follows (note that only examples from\nthe TEST set are exported):\n\n\n- For Tables:\n\n[bigquery_destination](/ruby/docs/reference/google-cloud-automl-v1beta1/latest/Google-Cloud-AutoML-V1beta1-OutputConfig#Google__Cloud__AutoML__V1beta1__OutputConfig_bigquery_destination_instance_ \"Google::Cloud::AutoML::V1beta1::OutputConfig#bigquery_destination (method)\")\npointing to a BigQuery project must be set. In the given project a\nnew dataset will be created with name\n\n`export_evaluated_examples_\u003cmodel-display-name\u003e_\u003ctimestamp-of-export-call\u003e`\nwhere\n\n\n\u003cbr /\u003e\n\n[primary_table](/ruby/docs/reference/google-cloud-automl-v1beta1/latest/Google-Cloud-AutoML-V1beta1-TablesDatasetMetadata#Google__Cloud__AutoML__V1beta1__TablesDatasetMetadata_primary_table_spec_id_instance_ \"Google::Cloud::AutoML::V1beta1::TablesDatasetMetadata#primary_table_spec_id (method)\")\nof the\n[dataset](/ruby/docs/reference/google-cloud-automl-v1beta1/latest/Google-Cloud-AutoML-V1beta1-Model#Google__Cloud__AutoML__V1beta1__Model_dataset_id_instance_ \"Google::Cloud::AutoML::V1beta1::Model#dataset_id (method)\") from which\nthe model was created, as they were at the moment of model's\nevaluation (this includes the target column with its ground\ntruth), followed by a column called \"predicted_\\\u003ctarget_column\\\u003e\". That\nlast column will contain the model's prediction result for each\nrespective row, given as ARRAY of\n[AnnotationPayloads](/ruby/docs/reference/google-cloud-automl-v1beta1/latest/Google-Cloud-AutoML-V1beta1-AnnotationPayload \"Google::Cloud::AutoML::V1beta1::AnnotationPayload (class)\"),\nrepresented as STRUCT-s, containing\n[TablesAnnotation](/ruby/docs/reference/google-cloud-automl-v1beta1/latest/Google-Cloud-AutoML-V1beta1-TablesAnnotation \"Google::Cloud::AutoML::V1beta1::TablesAnnotation (class)\"). \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #bigquery_destination\n\n def bigquery_destination() -\u003e ::Google::Cloud::AutoML::V1beta1::BigQueryDestination\n\n**Returns**\n\n- ([::Google::Cloud::AutoML::V1beta1::BigQueryDestination](./Google-Cloud-AutoML-V1beta1-BigQueryDestination)) --- The BigQuery location where the output is to be written to.\n\n### #bigquery_destination=\n\n def bigquery_destination=(value) -\u003e ::Google::Cloud::AutoML::V1beta1::BigQueryDestination\n\n**Parameter**\n\n- **value** ([::Google::Cloud::AutoML::V1beta1::BigQueryDestination](./Google-Cloud-AutoML-V1beta1-BigQueryDestination)) --- The BigQuery location where the output is to be written to. \n**Returns**\n\n- ([::Google::Cloud::AutoML::V1beta1::BigQueryDestination](./Google-Cloud-AutoML-V1beta1-BigQueryDestination)) --- The BigQuery location where the output is to be written to."]]