UpdateTrainingJobResponse constructor

UpdateTrainingJobResponse({
  1. required String trainingJobArn,
})

Implementation

UpdateTrainingJobResponse({
  required this.trainingJobArn,
});