Class CfnMonitoringSchedule.StoppingConditionProperty.Builder

java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.StoppingConditionProperty.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitoringSchedule.StoppingConditionProperty>
Enclosing interface:
CfnMonitoringSchedule.StoppingConditionProperty

@Stability(Stable) public static final class CfnMonitoringSchedule.StoppingConditionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnMonitoringSchedule.StoppingConditionProperty>
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • maxRuntimeInSeconds

      @Stability(Stable) public CfnMonitoringSchedule.StoppingConditionProperty.Builder maxRuntimeInSeconds(Number maxRuntimeInSeconds)
      Parameters:
      maxRuntimeInSeconds - The maximum length of time, in seconds, that a training or compilation job can run before it is stopped. 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.

      The maximum time that a TrainingJob can run in total, including any time spent publishing metrics or archiving and uploading models after it has been stopped, is 30 days.

      Returns:
      this
    • build

      @Stability(Stable) public CfnMonitoringSchedule.StoppingConditionProperty build()
      Builds the configured instance.
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnMonitoringSchedule.StoppingConditionProperty>
      Returns:
      a new instance of CfnMonitoringSchedule.StoppingConditionProperty
      Throws:
      NullPointerException - if any required attribute was not provided