GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesResponse constructor

GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesResponse({
  1. List<GoogleCloudAiplatformV1ModelMonitoringStatsAnomalies>? monitoringStats,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesResponse({
  this.monitoringStats,
  this.nextPageToken,
});