@Stability(value=Stable) public static final class CfnModelBiasJobDefinition.StoppingConditionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnModelBiasJobDefinition.StoppingConditionProperty>
CfnModelBiasJobDefinition.StoppingConditionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnModelBiasJobDefinition.StoppingConditionProperty |
build()
Builds the configured instance.
|
CfnModelBiasJobDefinition.StoppingConditionProperty.Builder |
maxRuntimeInSeconds(Number maxRuntimeInSeconds)
|
@Stability(value=Stable) public CfnModelBiasJobDefinition.StoppingConditionProperty.Builder maxRuntimeInSeconds(Number maxRuntimeInSeconds)
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, you will receive a TimeOut error. We recommend starting with 900 seconds and increase as necessary based on your model.
For all other jobs, if the job does not complete during this time, Amazon 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 CfnModelBiasJobDefinition.StoppingConditionProperty build()
build in interface software.amazon.jsii.Builder<CfnModelBiasJobDefinition.StoppingConditionProperty>CfnModelBiasJobDefinition.StoppingConditionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.