public static interface MonitoringStoppingCondition.Builder extends SdkPojo, CopyableBuilder<MonitoringStoppingCondition.Builder,MonitoringStoppingCondition>
| Modifier and Type | Method and Description |
|---|---|
MonitoringStoppingCondition.Builder |
maxRuntimeInSeconds(Integer maxRuntimeInSeconds)
The maximum runtime allowed in seconds.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMonitoringStoppingCondition.Builder maxRuntimeInSeconds(Integer 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.
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.
Copyright © 2022. All rights reserved.