PredictorBacktestExportJobSummary constructor

PredictorBacktestExportJobSummary({
  1. DateTime? creationTime,
  2. DataDestination? destination,
  3. DateTime? lastModificationTime,
  4. String? message,
  5. String? predictorBacktestExportJobArn,
  6. String? predictorBacktestExportJobName,
  7. String? status,
})

Implementation

PredictorBacktestExportJobSummary({
  this.creationTime,
  this.destination,
  this.lastModificationTime,
  this.message,
  this.predictorBacktestExportJobArn,
  this.predictorBacktestExportJobName,
  this.status,
});