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