DescribeMLModelsOutput constructor

DescribeMLModelsOutput({
  1. String? nextToken,
  2. List<MLModel>? results,
})

Implementation

DescribeMLModelsOutput({
  this.nextToken,
  this.results,
});