GoogleCloudAiplatformV1ListModelEvaluationsResponse constructor

GoogleCloudAiplatformV1ListModelEvaluationsResponse({
  1. List<GoogleCloudAiplatformV1ModelEvaluation>? modelEvaluations,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListModelEvaluationsResponse({
  this.modelEvaluations,
  this.nextPageToken,
});