GetMLTaskRunResponse constructor
GetMLTaskRunResponse({
- DateTime? completedOn,
- String? errorString,
- int? executionTime,
- DateTime? lastModifiedOn,
- String? logGroupName,
- TaskRunProperties? properties,
- DateTime? startedOn,
- TaskStatusType? status,
- String? taskRunId,
- String? transformId,
Implementation
GetMLTaskRunResponse({
this.completedOn,
this.errorString,
this.executionTime,
this.lastModifiedOn,
this.logGroupName,
this.properties,
this.startedOn,
this.status,
this.taskRunId,
this.transformId,
});