@Stability(value=Stable) public static final class CfnMonitoringSchedule.StoppingConditionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnMonitoringSchedule.StoppingConditionProperty>
CfnMonitoringSchedule.StoppingConditionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMonitoringSchedule.StoppingConditionProperty |
build()
Builds the configured instance.
|
CfnMonitoringSchedule.StoppingConditionProperty.Builder |
maxRuntimeInSeconds(Number maxRuntimeInSeconds)
Sets the value of
CfnMonitoringSchedule.StoppingConditionProperty.getMaxRuntimeInSeconds() |
@Stability(value=Stable) public CfnMonitoringSchedule.StoppingConditionProperty.Builder maxRuntimeInSeconds(Number maxRuntimeInSeconds)
CfnMonitoringSchedule.StoppingConditionProperty.getMaxRuntimeInSeconds()maxRuntimeInSeconds - The maximum length of time, in seconds, that a training or compilation job can run. This parameter is required.
For compilation jobs, if the job does not complete during this time, a TimeOut error is generated. We recommend starting with 900 seconds and increasing as necessary based on your model.
For all other jobs, if the job does not complete during this time, SageMaker ends the job. When RetryStrategy is specified in the job request, MaxRuntimeInSeconds specifies the maximum time for all of the attempts in total, not each individual attempt. The default value is 1 day. The maximum value is 28 days.
this@Stability(value=Stable) public CfnMonitoringSchedule.StoppingConditionProperty build()
build in interface software.amazon.jsii.Builder<CfnMonitoringSchedule.StoppingConditionProperty>CfnMonitoringSchedule.StoppingConditionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.