AutoMLOutputDataConfig constructor

AutoMLOutputDataConfig({
  1. required String s3OutputPath,
  2. String? kmsKeyId,
})

Implementation

AutoMLOutputDataConfig({
  required this.s3OutputPath,
  this.kmsKeyId,
});