| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
RetryStrategy |
RetryStrategy.clone() |
RetryStrategy |
DescribeTrainingJobResult.getRetryStrategy()
The number of times to retry the job when the job fails due to an
InternalServerError. |
RetryStrategy |
CreateTrainingJobRequest.getRetryStrategy()
The number of times to retry the job when the job fails due to an
InternalServerError. |
RetryStrategy |
HyperParameterTrainingJobDefinition.getRetryStrategy()
The number of times to retry the job when the job fails due to an
InternalServerError. |
RetryStrategy |
TrainingJob.getRetryStrategy()
The number of times to retry the job when the job fails due to an
InternalServerError. |
RetryStrategy |
RetryStrategy.withMaximumRetryAttempts(Integer maximumRetryAttempts)
The number of times to retry the job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTrainingJobResult.setRetryStrategy(RetryStrategy retryStrategy)
The number of times to retry the job when the job fails due to an
InternalServerError. |
void |
CreateTrainingJobRequest.setRetryStrategy(RetryStrategy retryStrategy)
The number of times to retry the job when the job fails due to an
InternalServerError. |
void |
HyperParameterTrainingJobDefinition.setRetryStrategy(RetryStrategy retryStrategy)
The number of times to retry the job when the job fails due to an
InternalServerError. |
void |
TrainingJob.setRetryStrategy(RetryStrategy retryStrategy)
The number of times to retry the job when the job fails due to an
InternalServerError. |
DescribeTrainingJobResult |
DescribeTrainingJobResult.withRetryStrategy(RetryStrategy retryStrategy)
The number of times to retry the job when the job fails due to an
InternalServerError. |
CreateTrainingJobRequest |
CreateTrainingJobRequest.withRetryStrategy(RetryStrategy retryStrategy)
The number of times to retry the job when the job fails due to an
InternalServerError. |
HyperParameterTrainingJobDefinition |
HyperParameterTrainingJobDefinition.withRetryStrategy(RetryStrategy retryStrategy)
The number of times to retry the job when the job fails due to an
InternalServerError. |
TrainingJob |
TrainingJob.withRetryStrategy(RetryStrategy retryStrategy)
The number of times to retry the job when the job fails due to an
InternalServerError. |
Copyright © 2025. All rights reserved.