GetMLTaskRunResponse class
Constructors
- GetMLTaskRunResponse({DateTime? completedOn, String? errorString, int? executionTime, DateTime? lastModifiedOn, String? logGroupName, TaskRunProperties? properties, DateTime? startedOn, TaskStatusType? status, String? taskRunId, String? transformId})
-
GetMLTaskRunResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- completedOn → DateTime?
-
The date and time when this task run was completed.
final
- errorString → String?
-
The error strings that are associated with the 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 date and time when this task run was last modified.
final
- logGroupName → String?
-
The names of the log groups that are associated with the task run.
final
- properties → TaskRunProperties?
-
The list of properties that are associated with the task run.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startedOn → DateTime?
-
The date and time when this task run started.
final
- status → TaskStatusType?
-
The status for this task run.
final
- taskRunId → String?
-
The unique run identifier associated with this run.
final
- transformId → String?
-
The unique identifier of the task run.
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