UpdateMLModelOutput constructor

UpdateMLModelOutput({
  1. String? mLModelId,
})

Implementation

UpdateMLModelOutput({
  this.mLModelId,
});