Uses of Class
software.amazon.awssdk.services.sagemaker.model.RetryStrategy
-
Packages that use RetryStrategy Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of RetryStrategy in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return RetryStrategy Modifier and Type Method Description RetryStrategyCreateTrainingJobRequest. retryStrategy()The number of times to retry the job when the job fails due to anInternalServerError.RetryStrategyDescribeTrainingJobResponse. retryStrategy()The number of times to retry the job when the job fails due to anInternalServerError.RetryStrategyHyperParameterTrainingJobDefinition. retryStrategy()The number of times to retry the job when the job fails due to anInternalServerError.RetryStrategyTrainingJob. retryStrategy()The number of times to retry the job when the job fails due to anInternalServerError.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type RetryStrategy Modifier and Type Method Description CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. retryStrategy(RetryStrategy retryStrategy)The number of times to retry the job when the job fails due to anInternalServerError.DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. retryStrategy(RetryStrategy retryStrategy)The number of times to retry the job when the job fails due to anInternalServerError.HyperParameterTrainingJobDefinition.BuilderHyperParameterTrainingJobDefinition.Builder. retryStrategy(RetryStrategy retryStrategy)The number of times to retry the job when the job fails due to anInternalServerError.TrainingJob.BuilderTrainingJob.Builder. retryStrategy(RetryStrategy retryStrategy)The number of times to retry the job when the job fails due to anInternalServerError.
-