PredictorSummary constructor

PredictorSummary({
  1. DateTime? creationTime,
  2. String? datasetGroupArn,
  3. DateTime? lastModificationTime,
  4. String? message,
  5. String? predictorArn,
  6. String? predictorName,
  7. String? status,
})

Implementation

PredictorSummary({
  this.creationTime,
  this.datasetGroupArn,
  this.lastModificationTime,
  this.message,
  this.predictorArn,
  this.predictorName,
  this.status,
});