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

Class: Aws::SageMaker::Types::MonitoringScheduleSummary

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

Overview

Summarizes the monitoring schedule.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time of the monitoring schedule.

Returns:

  • (Time)

    The creation time of the monitoring schedule.

#endpoint_nameString

The name of the endpoint using the monitoring schedule.

Returns:

  • (String)

    The name of the endpoint using the monitoring schedule.

#last_modified_timeTime

The last time the monitoring schedule was modified.

Returns:

  • (Time)

    The last time the monitoring schedule was modified.

#monitoring_schedule_arnString

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

Returns:

  • (String)

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

#monitoring_schedule_nameString

The name of the monitoring schedule.

Returns:

  • (String)

    The name of the monitoring schedule.

#monitoring_schedule_statusString

The status of the monitoring schedule.

Possible values:

  • Pending
  • Failed
  • Scheduled
  • Stopped

Returns:

  • (String)

    The status of the monitoring schedule.