public sealed class ExportEvaluatedDataItemsConfig : IMessage<ExportEvaluatedDataItemsConfig>, IEquatable<ExportEvaluatedDataItemsConfig>, IDeepCloneable<ExportEvaluatedDataItemsConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ExportEvaluatedDataItemsConfig.
Configuration for exporting test set predictions to a BigQuery table.
public string DestinationBigqueryUri { get; set; }
URI of desired destination BigQuery table. Expected format:
bq://<project_id>:<dataset_id>:<table>
If not specified, then results are exported to the following auto-created
BigQuery table:
<project_id>:export_evaluated_examples_<model_name>_<yyyy_MM_dd'T'HH_mm_ss_SSS'Z'>.evaluated_examples
If true and an export destination is specified, then the contents of the
destination are overwritten. Otherwise, if the export destination already
exists, then the export operation fails.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eExportEvaluatedDataItemsConfig\u003c/code\u003e class within the Vertex AI v1beta1 API, used for configuring the export of test set predictions to a BigQuery table.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExportEvaluatedDataItemsConfig\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in data handling and object management.\u003c/p\u003e\n"],["\u003cp\u003eIt includes two constructors, a default constructor and one that accepts another \u003ccode\u003eExportEvaluatedDataItemsConfig\u003c/code\u003e object for cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two primary properties: \u003ccode\u003eDestinationBigqueryUri\u003c/code\u003e, specifying the BigQuery table URI for exported data, and \u003ccode\u003eOverrideExistingTable\u003c/code\u003e, a boolean flag to determine if an existing table should be overwritten.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this class is \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition\u003c/code\u003e within the assembly \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1.dll\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]