NAME
Paws::Glue::TaskRun
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::Glue::TaskRun object:
$service_obj->Method(Att1 => { CompletedOn => $value, ..., TransformId => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::Glue::TaskRun object:
$result = $service_obj->Method(...);
$result->Att1->CompletedOn
DESCRIPTION
The sampling parameters that are associated with the machine learning transform.
ATTRIBUTES
CompletedOn => Str
The last point in time that the requested task run was completed.
ErrorString => Str
The list of error strings associated with this task run.
ExecutionTime => Int
The amount of time (in seconds) that the task run consumed resources.
LastModifiedOn => Str
The last point in time that the requested task run was updated.
LogGroupName => Str
The names of the log group for secure logging, associated with this task run.
Properties => Paws::Glue::TaskRunProperties
Specifies configuration properties associated with this task run.
StartedOn => Str
The date and time that this task run started.
Status => Str
The current status of the requested task run.
TaskRunId => Str
The unique identifier for this task run.
TransformId => Str
The unique identifier for the transform.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Glue
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues