![]() |
![]()
| ![]() |
![]()
NAMEPaws::SageMaker::MonitoringExecutionSummary 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::SageMaker::MonitoringExecutionSummary object: $service_obj->Method(Att1 => { CreationTime => $value, ..., ScheduledTime => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SageMaker::MonitoringExecutionSummary object: $result = $service_obj->Method(...); $result->Att1->CreationTime DESCRIPTIONSummary of information about the last monitoring job to run. ATTRIBUTESREQUIRED CreationTime => StrThe time at which the monitoring job was created. EndpointName => StrThe name of the endpoint used to run the monitoring job. FailureReason => StrContains the reason a monitoring job failed, if it failed. REQUIRED LastModifiedTime => StrA timestamp that indicates the last time the monitoring job was modified. REQUIRED MonitoringExecutionStatus => StrThe status of the monitoring job. MonitoringJobDefinitionName => StrThe name of the monitoring job. REQUIRED MonitoringScheduleName => StrThe name of the monitoring schedule. MonitoringType => StrThe type of the monitoring job. ProcessingJobArn => StrThe Amazon Resource Name (ARN) of the monitoring job. REQUIRED ScheduledTime => StrThe time the monitoring job was scheduled. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SageMaker 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>
|