GetMLTaskRunResponse constructor

GetMLTaskRunResponse({
  1. DateTime? completedOn,
  2. String? errorString,
  3. int? executionTime,
  4. DateTime? lastModifiedOn,
  5. String? logGroupName,
  6. TaskRunProperties? properties,
  7. DateTime? startedOn,
  8. TaskStatusType? status,
  9. String? taskRunId,
  10. String? transformId,
})

Implementation

GetMLTaskRunResponse({
  this.completedOn,
  this.errorString,
  this.executionTime,
  this.lastModifiedOn,
  this.logGroupName,
  this.properties,
  this.startedOn,
  this.status,
  this.taskRunId,
  this.transformId,
});