| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
RetryStrategy |
TrainingJob.retryStrategy()
The number of times to retry the job when the job fails due to an
InternalServerError. |
RetryStrategy |
CreateTrainingJobRequest.retryStrategy()
The number of times to retry the job when the job fails due to an
InternalServerError. |
RetryStrategy |
HyperParameterTrainingJobDefinition.retryStrategy()
The number of times to retry the job when the job fails due to an
InternalServerError. |
RetryStrategy |
DescribeTrainingJobResponse.retryStrategy()
The number of times to retry the job when the job fails due to an
InternalServerError. |
| Modifier and Type | Method and Description |
|---|---|
TrainingJob.Builder |
TrainingJob.Builder.retryStrategy(RetryStrategy retryStrategy)
The number of times to retry the job when the job fails due to an
InternalServerError. |
CreateTrainingJobRequest.Builder |
CreateTrainingJobRequest.Builder.retryStrategy(RetryStrategy retryStrategy)
The number of times to retry the job when the job fails due to an
InternalServerError. |
HyperParameterTrainingJobDefinition.Builder |
HyperParameterTrainingJobDefinition.Builder.retryStrategy(RetryStrategy retryStrategy)
The number of times to retry the job when the job fails due to an
InternalServerError. |
DescribeTrainingJobResponse.Builder |
DescribeTrainingJobResponse.Builder.retryStrategy(RetryStrategy retryStrategy)
The number of times to retry the job when the job fails due to an
InternalServerError. |
Copyright © 2021. All rights reserved.