GoogleCloudAiplatformV1ListModelEvaluationSlicesResponse constructor
GoogleCloudAiplatformV1ListModelEvaluationSlicesResponse({
- List<
GoogleCloudAiplatformV1ModelEvaluationSlice> ? modelEvaluationSlices, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1ListModelEvaluationSlicesResponse({
this.modelEvaluationSlices,
this.nextPageToken,
});