GoogleCloudAiplatformV1ListModelEvaluationsResponse constructor
GoogleCloudAiplatformV1ListModelEvaluationsResponse({
- List<
GoogleCloudAiplatformV1ModelEvaluation> ? modelEvaluations, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1ListModelEvaluationsResponse({
this.modelEvaluations,
this.nextPageToken,
});