Class: Aws::SageMaker::Types::MonitoringSchedule

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

A schedule for a model monitoring job. For information about model monitor, see [Amazon SageMaker Model Monitor].

[1]: docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time that the monitoring schedule was created.

Returns:

  • (Time)


32843
32844
32845
32846
32847
32848
32849
32850
32851
32852
32853
32854
32855
32856
32857
# File 'lib/aws-sdk-sagemaker/types.rb', line 32843

class MonitoringSchedule < Struct.new(
  :monitoring_schedule_arn,
  :monitoring_schedule_name,
  :monitoring_schedule_status,
  :monitoring_type,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :monitoring_schedule_config,
  :endpoint_name,
  :last_monitoring_execution_summary,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_nameString

The endpoint that hosts the model being monitored.

Returns:

  • (String)


32843
32844
32845
32846
32847
32848
32849
32850
32851
32852
32853
32854
32855
32856
32857
# File 'lib/aws-sdk-sagemaker/types.rb', line 32843

class MonitoringSchedule < Struct.new(
  :monitoring_schedule_arn,
  :monitoring_schedule_name,
  :monitoring_schedule_status,
  :monitoring_type,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :monitoring_schedule_config,
  :endpoint_name,
  :last_monitoring_execution_summary,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

If the monitoring schedule failed, the reason it failed.

Returns:

  • (String)


32843
32844
32845
32846
32847
32848
32849
32850
32851
32852
32853
32854
32855
32856
32857
# File 'lib/aws-sdk-sagemaker/types.rb', line 32843

class MonitoringSchedule < Struct.new(
  :monitoring_schedule_arn,
  :monitoring_schedule_name,
  :monitoring_schedule_status,
  :monitoring_type,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :monitoring_schedule_config,
  :endpoint_name,
  :last_monitoring_execution_summary,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The last time the monitoring schedule was changed.

Returns:

  • (Time)


32843
32844
32845
32846
32847
32848
32849
32850
32851
32852
32853
32854
32855
32856
32857
# File 'lib/aws-sdk-sagemaker/types.rb', line 32843

class MonitoringSchedule < Struct.new(
  :monitoring_schedule_arn,
  :monitoring_schedule_name,
  :monitoring_schedule_status,
  :monitoring_type,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :monitoring_schedule_config,
  :endpoint_name,
  :last_monitoring_execution_summary,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_monitoring_execution_summaryTypes::MonitoringExecutionSummary

Summary of information about the last monitoring job to run.



32843
32844
32845
32846
32847
32848
32849
32850
32851
32852
32853
32854
32855
32856
32857
# File 'lib/aws-sdk-sagemaker/types.rb', line 32843

class MonitoringSchedule < Struct.new(
  :monitoring_schedule_arn,
  :monitoring_schedule_name,
  :monitoring_schedule_status,
  :monitoring_type,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :monitoring_schedule_config,
  :endpoint_name,
  :last_monitoring_execution_summary,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_schedule_arnString

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

Returns:

  • (String)


32843
32844
32845
32846
32847
32848
32849
32850
32851
32852
32853
32854
32855
32856
32857
# File 'lib/aws-sdk-sagemaker/types.rb', line 32843

class MonitoringSchedule < Struct.new(
  :monitoring_schedule_arn,
  :monitoring_schedule_name,
  :monitoring_schedule_status,
  :monitoring_type,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :monitoring_schedule_config,
  :endpoint_name,
  :last_monitoring_execution_summary,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_schedule_configTypes::MonitoringScheduleConfig

Configures the monitoring schedule and defines the monitoring job.



32843
32844
32845
32846
32847
32848
32849
32850
32851
32852
32853
32854
32855
32856
32857
# File 'lib/aws-sdk-sagemaker/types.rb', line 32843

class MonitoringSchedule < Struct.new(
  :monitoring_schedule_arn,
  :monitoring_schedule_name,
  :monitoring_schedule_status,
  :monitoring_type,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :monitoring_schedule_config,
  :endpoint_name,
  :last_monitoring_execution_summary,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_schedule_nameString

The name of the monitoring schedule.

Returns:

  • (String)


32843
32844
32845
32846
32847
32848
32849
32850
32851
32852
32853
32854
32855
32856
32857
# File 'lib/aws-sdk-sagemaker/types.rb', line 32843

class MonitoringSchedule < Struct.new(
  :monitoring_schedule_arn,
  :monitoring_schedule_name,
  :monitoring_schedule_status,
  :monitoring_type,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :monitoring_schedule_config,
  :endpoint_name,
  :last_monitoring_execution_summary,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_schedule_statusString

The status of the monitoring schedule. This can be one of the following values.

  • ‘PENDING` - The schedule is pending being created.

  • ‘FAILED` - The schedule failed.

  • ‘SCHEDULED` - The schedule was successfully created.

  • ‘STOPPED` - The schedule was stopped.

Returns:

  • (String)


32843
32844
32845
32846
32847
32848
32849
32850
32851
32852
32853
32854
32855
32856
32857
# File 'lib/aws-sdk-sagemaker/types.rb', line 32843

class MonitoringSchedule < Struct.new(
  :monitoring_schedule_arn,
  :monitoring_schedule_name,
  :monitoring_schedule_status,
  :monitoring_type,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :monitoring_schedule_config,
  :endpoint_name,
  :last_monitoring_execution_summary,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_typeString

The type of the monitoring job definition to schedule.

Returns:

  • (String)


32843
32844
32845
32846
32847
32848
32849
32850
32851
32852
32853
32854
32855
32856
32857
# File 'lib/aws-sdk-sagemaker/types.rb', line 32843

class MonitoringSchedule < Struct.new(
  :monitoring_schedule_arn,
  :monitoring_schedule_name,
  :monitoring_schedule_status,
  :monitoring_type,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :monitoring_schedule_config,
  :endpoint_name,
  :last_monitoring_execution_summary,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of the tags associated with the monitoring schedlue. For more information, see [Tagging Amazon Web Services resources] in the *Amazon Web Services General Reference Guide*.

[1]: docs.aws.amazon.com/general/latest/gr/aws_tagging.html

Returns:



32843
32844
32845
32846
32847
32848
32849
32850
32851
32852
32853
32854
32855
32856
32857
# File 'lib/aws-sdk-sagemaker/types.rb', line 32843

class MonitoringSchedule < Struct.new(
  :monitoring_schedule_arn,
  :monitoring_schedule_name,
  :monitoring_schedule_status,
  :monitoring_type,
  :failure_reason,
  :creation_time,
  :last_modified_time,
  :monitoring_schedule_config,
  :endpoint_name,
  :last_monitoring_execution_summary,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end