CancelMLTaskRunResponse class

Constructors

CancelMLTaskRunResponse({TaskStatusType? status, String? taskRunId, String? transformId})
CancelMLTaskRunResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TaskStatusType?
The status for this run.
final
taskRunId String?
The unique identifier for the task run.
final
transformId String?
The unique identifier of the machine learning 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