TaskRun class

The sampling parameters that are associated with the machine learning transform.

Constructors

TaskRun({DateTime? completedOn, String? errorString, int? executionTime, DateTime? lastModifiedOn, String? logGroupName, TaskRunProperties? properties, DateTime? startedOn, TaskStatusType? status, String? taskRunId, String? transformId})
TaskRun.fromJson(Map<String, dynamic> json)
factory

Properties

completedOn DateTime?
The last point in time that the requested task run was completed.
final
errorString String?
The list of error strings associated with this task run.
final
executionTime int?
The amount of time (in seconds) that the task run consumed resources.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedOn DateTime?
The last point in time that the requested task run was updated.
final
logGroupName String?
The names of the log group for secure logging, associated with this task run.
final
properties TaskRunProperties?
Specifies configuration properties associated with this task run.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startedOn DateTime?
The date and time that this task run started.
final
status TaskStatusType?
The current status of the requested task run.
final
taskRunId String?
The unique identifier for this task run.
final
transformId String?
The unique identifier for the transform.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited