@@ -110,6 +110,10 @@ <h3>Method Details</h3>
110
110
The object takes the form of:
111
111
112
112
{ # LINT.IfChange Message describing Evaluation object
113
+ "bigQueryDestination": { # Message describing big query destination # Optional. BigQuery destination
114
+ "createNewResultsTable": True or False, # Optional. determine if results will be saved in a new table
115
+ "destinationDataset": "A String", # Optional. destination dataset to save evaluation results
116
+ },
113
117
"createTime": "A String", # Output only. [Output only] Create time stamp
114
118
"customRulesBucket": "A String", # The Cloud Storage bucket name for custom rules.
115
119
"description": "A String", # Description of the Evaluation
@@ -195,6 +199,10 @@ <h3>Method Details</h3>
195
199
An object of the form:
196
200
197
201
{ # LINT.IfChange Message describing Evaluation object
202
+ "bigQueryDestination": { # Message describing big query destination # Optional. BigQuery destination
203
+ "createNewResultsTable": True or False, # Optional. determine if results will be saved in a new table
204
+ "destinationDataset": "A String", # Optional. destination dataset to save evaluation results
205
+ },
198
206
"createTime": "A String", # Output only. [Output only] Create time stamp
199
207
"customRulesBucket": "A String", # The Cloud Storage bucket name for custom rules.
200
208
"description": "A String", # Description of the Evaluation
@@ -256,6 +264,10 @@ <h3>Method Details</h3>
256
264
{ # Message for response to listing Evaluations
257
265
"evaluations": [ # The list of Evaluation
258
266
{ # LINT.IfChange Message describing Evaluation object
267
+ "bigQueryDestination": { # Message describing big query destination # Optional. BigQuery destination
268
+ "createNewResultsTable": True or False, # Optional. determine if results will be saved in a new table
269
+ "destinationDataset": "A String", # Optional. destination dataset to save evaluation results
270
+ },
259
271
"createTime": "A String", # Output only. [Output only] Create time stamp
260
272
"customRulesBucket": "A String", # The Cloud Storage bucket name for custom rules.
261
273
"description": "A String", # Description of the Evaluation
0 commit comments