GoogleCloudAiplatformV1ListModelEvaluationSlicesResponse constructor

GoogleCloudAiplatformV1ListModelEvaluationSlicesResponse({
  1. List<GoogleCloudAiplatformV1ModelEvaluationSlice>? modelEvaluationSlices,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListModelEvaluationSlicesResponse({
  this.modelEvaluationSlices,
  this.nextPageToken,
});