Class CfnModelBiasJobDefinition.StoppingConditionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition.StoppingConditionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModelBiasJobDefinition.StoppingConditionProperty>
- Enclosing interface:
CfnModelBiasJobDefinition.StoppingConditionProperty
@Stability(Stable)
public static final class CfnModelBiasJobDefinition.StoppingConditionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnModelBiasJobDefinition.StoppingConditionProperty>
A builder for
CfnModelBiasJobDefinition.StoppingConditionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.maxRuntimeInSeconds(Number maxRuntimeInSeconds)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
maxRuntimeInSeconds
@Stability(Stable) public CfnModelBiasJobDefinition.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, aTimeOuterror 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
RetryStrategyis specified in the job request,MaxRuntimeInSecondsspecifies 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
TrainingJobcan 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
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnModelBiasJobDefinition.StoppingConditionProperty>- Returns:
- a new instance of
CfnModelBiasJobDefinition.StoppingConditionProperty - Throws:
NullPointerException- if any required attribute was not provided
-