Interface MonitoringStoppingCondition.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<MonitoringStoppingCondition.Builder,MonitoringStoppingCondition>
,SdkBuilder<MonitoringStoppingCondition.Builder,MonitoringStoppingCondition>
,SdkPojo
- Enclosing class:
- MonitoringStoppingCondition
public static interface MonitoringStoppingCondition.Builder extends SdkPojo, CopyableBuilder<MonitoringStoppingCondition.Builder,MonitoringStoppingCondition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MonitoringStoppingCondition.Builder
maxRuntimeInSeconds(Integer maxRuntimeInSeconds)
The maximum runtime allowed in seconds.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxRuntimeInSeconds
MonitoringStoppingCondition.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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-