Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data MonitoringStoppingCondition Source #
A time limit for how long the monitoring job is allowed to run before stopping.
See: newMonitoringStoppingCondition
smart constructor.
MonitoringStoppingCondition' | |
|
Instances
newMonitoringStoppingCondition Source #
Create a value of MonitoringStoppingCondition
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxRuntimeInSeconds:MonitoringStoppingCondition'
, monitoringStoppingCondition_maxRuntimeInSeconds
- The maximum runtime allowed in seconds.
The MaxRuntimeInSeconds
cannot exceed the frequency of the job. For
data quality and model explainability, this can be up to 3600 seconds
for an hourly schedule. For model bias and model quality hourly
schedules, this can be up to 1800 seconds.
monitoringStoppingCondition_maxRuntimeInSeconds :: Lens' MonitoringStoppingCondition Natural Source #
The maximum runtime allowed in seconds.
The MaxRuntimeInSeconds
cannot exceed the frequency of the job. For
data quality and model explainability, this can be up to 3600 seconds
for an hourly schedule. For model bias and model quality hourly
schedules, this can be up to 1800 seconds.