Skip to content

Commit 1bb89a7

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add API response for Gen AI Evaluation in Tuning
PiperOrigin-RevId: 799629722
1 parent a92cee3 commit 1bb89a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

google/cloud/aiplatform/v1beta1/tuning_job.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,10 @@ message EvaluateDatasetRun {
653653
// when evaluating checkpoints.
654654
string checkpoint_id = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
655655

656+
// Output only. Results for EvaluationService.EvaluateDataset.
657+
EvaluateDatasetResponse evaluate_dataset_response = 3
658+
[(google.api.field_behavior) = OUTPUT_ONLY];
659+
656660
// Output only. The error of the evaluation run if any.
657661
google.rpc.Status error = 4 [(google.api.field_behavior) = OUTPUT_ONLY];
658662
}

0 commit comments

Comments
 (0)