We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92cee3 commit 1bb89a7Copy full SHA for 1bb89a7
google/cloud/aiplatform/v1beta1/tuning_job.proto
@@ -653,6 +653,10 @@ message EvaluateDatasetRun {
653
// when evaluating checkpoints.
654
string checkpoint_id = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
655
656
+ // Output only. Results for EvaluationService.EvaluateDataset.
657
+ EvaluateDatasetResponse evaluate_dataset_response = 3
658
+ [(google.api.field_behavior) = OUTPUT_ONLY];
659
+
660
// Output only. The error of the evaluation run if any.
661
google.rpc.Status error = 4 [(google.api.field_behavior) = OUTPUT_ONLY];
662
}
0 commit comments