CreateAutoMLJobResponse constructor

CreateAutoMLJobResponse({
  1. required String autoMLJobArn,
})

Implementation

CreateAutoMLJobResponse({
  required this.autoMLJobArn,
});