NAME
Paws::Glue::GetMLTaskRunResponse
ATTRIBUTES
CompletedOn => Str
The date and time when this task run was completed.
ErrorString => Str
The error strings that are associated with the task run.
ExecutionTime => Int
The amount of time (in seconds) that the task run consumed resources.
LastModifiedOn => Str
The date and time when this task run was last modified.
LogGroupName => Str
The names of the log groups that are associated with the task run.
Properties => Paws::Glue::TaskRunProperties
The list of properties that are associated with the task run.
StartedOn => Str
The date and time when this task run started.
Status => Str
The status for this task run.
Valid values are: "STARTING"
, "RUNNING"
, "STOPPING"
, "STOPPED"
, "SUCCEEDED"
, "FAILED"
, "TIMEOUT"
=head2 TaskRunId => Str
The unique run identifier associated with this run.
TransformId => Str
The unique identifier of the task run.