CreateHyperParameterTuningJobResponse constructor

CreateHyperParameterTuningJobResponse({
  1. required String hyperParameterTuningJobArn,
})

Implementation

CreateHyperParameterTuningJobResponse({
  required this.hyperParameterTuningJobArn,
});