HyperParameterTuningJobTrainingJobDefinitionRetryStrategy constructor
const
HyperParameterTuningJobTrainingJobDefinitionRetryStrategy({
- required Input<
int> maximumRetryAttempts,
Creates a new HyperParameterTuningJobTrainingJobDefinitionRetryStrategy.
maximumRetryAttempts Maximum retry attempts.
Implementation
const HyperParameterTuningJobTrainingJobDefinitionRetryStrategy({
required this.maximumRetryAttempts,
});