You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::MonitoringExecutionSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Summary of information about the last monitoring job to run.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time at which the monitoring job was created.

Returns:

  • (Time)

    The time at which the monitoring job was created.

#endpoint_nameString

The name of teh endpoint used to run the monitoring job.

Returns:

  • (String)

    The name of teh endpoint used to run the monitoring job.

#failure_reasonString

Contains the reason a monitoring job failed, if it failed.

Returns:

  • (String)

    Contains the reason a monitoring job failed, if it failed.

#last_modified_timeTime

A timestamp that indicates the last time the monitoring job was modified.

Returns:

  • (Time)

    A timestamp that indicates the last time the monitoring job was modified.

#monitoring_execution_statusString

The status of the monitoring job.

Possible values:

  • Pending
  • Completed
  • CompletedWithViolations
  • InProgress
  • Failed
  • Stopping
  • Stopped

Returns:

  • (String)

    The status of the monitoring job.

#monitoring_schedule_nameString

The name of the monitoring schedule.

Returns:

  • (String)

    The name of the monitoring schedule.

#processing_job_arnString

The Amazon Resource Name (ARN) of the monitoring job.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the monitoring job.

#scheduled_timeTime

The time the monitoring job was scheduled.

Returns:

  • (Time)

    The time the monitoring job was scheduled.