![]() |
![]()
| ![]() |
![]()
NAMEPaws::Glue::TaskRun USAGEThis 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 DESCRIPTIONThe sampling parameters that are associated with the machine learning transform. ATTRIBUTESCompletedOn => StrThe last point in time that the requested task run was completed. ErrorString => StrThe list of error strings associated with this task run. ExecutionTime => IntThe amount of time (in seconds) that the task run consumed resources. LastModifiedOn => StrThe last point in time that the requested task run was updated. LogGroupName => StrThe names of the log group for secure logging, associated with this task run. Properties => Paws::Glue::TaskRunPropertiesSpecifies configuration properties associated with this task run. StartedOn => StrThe date and time that this task run started. Status => StrThe current status of the requested task run. TaskRunId => StrThe unique identifier for this task run. TransformId => StrThe unique identifier for the transform. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Glue BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|