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

Class: Aws::SageMaker::Types::DescribeMonitoringScheduleResponse

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

Overview

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 the endpoint for the monitoring job.

Returns:

  • (String)

    The name of the endpoint for the monitoring job.

#failure_reasonString

A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.

Returns:

  • (String)

    A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.

#last_modified_timeTime

The time at which the monitoring job was last modified.

Returns:

  • (Time)

    The time at which the monitoring job was last modified.

#last_monitoring_execution_summaryTypes::MonitoringExecutionSummary

Describes metadata on the last execution to run, if there was one.

Returns:

#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_configTypes::MonitoringScheduleConfig

The configuration object that specifies the monitoring schedule and defines the monitoring job.

Returns:

#monitoring_schedule_nameString

Name of the monitoring schedule.

Returns:

  • (String)

    Name of the monitoring schedule.

#monitoring_schedule_statusString

The status of an monitoring job.

Possible values:

  • Pending
  • Failed
  • Scheduled
  • Stopped

Returns:

  • (String)

    The status of an monitoring job.