SearchModelDeploymentMonitoringStatsAnomaliesRequest constructor

SearchModelDeploymentMonitoringStatsAnomaliesRequest({
  1. required String modelDeploymentMonitoringJob,
  2. required String deployedModelId,
  3. String featureDisplayName = '',
  4. required List<SearchModelDeploymentMonitoringStatsAnomaliesRequest_StatsAnomaliesObjective> objectives,
  5. int pageSize = 0,
  6. String pageToken = '',
  7. Timestamp? startTime,
  8. Timestamp? endTime,
})

Implementation

SearchModelDeploymentMonitoringStatsAnomaliesRequest({
  required this.modelDeploymentMonitoringJob,
  required this.deployedModelId,
  this.featureDisplayName = '',
  required this.objectives,
  this.pageSize = 0,
  this.pageToken = '',
  this.startTime,
  this.endTime,
}) : super(fullyQualifiedName);