CreateTrainingJobResponse constructor

CreateTrainingJobResponse({
  1. required String trainingJobArn,
})

Implementation

CreateTrainingJobResponse({
  required this.trainingJobArn,
});