public static interface StoppingCondition.Builder extends CopyableBuilder<StoppingCondition.Builder,StoppingCondition>
Modifier and Type | Method and Description |
---|---|
StoppingCondition.Builder |
maxRuntimeInSeconds(Integer maxRuntimeInSeconds)
The maximum length of time, in seconds, that the training job can run.
|
copy
applyMutation, build
StoppingCondition.Builder maxRuntimeInSeconds(Integer maxRuntimeInSeconds)
The maximum length of time, in seconds, that the training job can run. If model training does not complete during this time, Amazon SageMaker ends the job. If value is not specified, default value is 1 day. Maximum value is 5 days.
maxRuntimeInSeconds
- The maximum length of time, in seconds, that the training job can run. If model training does not
complete during this time, Amazon SageMaker ends the job. If value is not specified, default value is
1 day. Maximum value is 5 days.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.