/AWS1/CL_SGMRETRYSTRATEGY¶
The retry strategy to use when a training job fails due to an InternalServerError. RetryStrategy is specified as part of the CreateTrainingJob and CreateHyperParameterTuningJob requests. You can add the StoppingCondition parameter to the request to limit the training time for the complete job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_maximumretryattempts TYPE /AWS1/SGMMAXIMUMRETRYATTEMPTS /AWS1/SGMMAXIMUMRETRYATTEMPTS¶
The number of times to retry the job. When the job is retried, it's
SecondaryStatusis changed toSTARTING.
Queryable Attributes¶
MaximumRetryAttempts¶
The number of times to retry the job. When the job is retried, it's
SecondaryStatusis changed toSTARTING.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXIMUMRETRYATTEMPTS() |
Getter for MAXIMUMRETRYATTEMPTS, with configurable default |
ASK_MAXIMUMRETRYATTEMPTS() |
Getter for MAXIMUMRETRYATTEMPTS w/ exceptions if field has n |
HAS_MAXIMUMRETRYATTEMPTS() |
Determine if MAXIMUMRETRYATTEMPTS has a value |