HyperParameterTuningJobTrainingJobDefinitionRetryStrategy constructor

const HyperParameterTuningJobTrainingJobDefinitionRetryStrategy({
  1. required Input<int> maximumRetryAttempts,
})

Creates a new HyperParameterTuningJobTrainingJobDefinitionRetryStrategy. maximumRetryAttempts Maximum retry attempts.

Implementation

const HyperParameterTuningJobTrainingJobDefinitionRetryStrategy({
  required this.maximumRetryAttempts,
});