public static interface StoppingCondition.Builder extends SdkPojo, 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 or compilation job can run.
|
copy
applyMutation, build
StoppingCondition.Builder maxRuntimeInSeconds(Integer maxRuntimeInSeconds)
The maximum length of time, in seconds, that the training or compilation job can run. If the job 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 or compilation job can run. If the job 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.