Class: Aws::SageMaker::Types::ModelDashboardMonitoringSchedule

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

Overview

A monitoring schedule for a model displayed in the Amazon SageMaker Model Dashboard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_transform_inputTypes::BatchTransformInput

Input object for the batch transform job.



32600
32601
32602
32603
32604
32605
32606
32607
32608
32609
32610
32611
32612
32613
32614
32615
# File 'lib/aws-sdk-sagemaker/types.rb', line 32600

class ModelDashboardMonitoringSchedule < 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,
  :monitoring_alert_summaries,
  :last_monitoring_execution_summary,
  :batch_transform_input)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

A timestamp that indicates when the monitoring schedule was created.

Returns:

  • (Time)


32600
32601
32602
32603
32604
32605
32606
32607
32608
32609
32610
32611
32612
32613
32614
32615
# File 'lib/aws-sdk-sagemaker/types.rb', line 32600

class ModelDashboardMonitoringSchedule < 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,
  :monitoring_alert_summaries,
  :last_monitoring_execution_summary,
  :batch_transform_input)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_nameString

The endpoint which is monitored.

Returns:

  • (String)


32600
32601
32602
32603
32604
32605
32606
32607
32608
32609
32610
32611
32612
32613
32614
32615
# File 'lib/aws-sdk-sagemaker/types.rb', line 32600

class ModelDashboardMonitoringSchedule < 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,
  :monitoring_alert_summaries,
  :last_monitoring_execution_summary,
  :batch_transform_input)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

If a monitoring job failed, provides the reason.

Returns:

  • (String)


32600
32601
32602
32603
32604
32605
32606
32607
32608
32609
32610
32611
32612
32613
32614
32615
# File 'lib/aws-sdk-sagemaker/types.rb', line 32600

class ModelDashboardMonitoringSchedule < 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,
  :monitoring_alert_summaries,
  :last_monitoring_execution_summary,
  :batch_transform_input)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

A timestamp that indicates when the monitoring schedule was last updated.

Returns:

  • (Time)


32600
32601
32602
32603
32604
32605
32606
32607
32608
32609
32610
32611
32612
32613
32614
32615
# File 'lib/aws-sdk-sagemaker/types.rb', line 32600

class ModelDashboardMonitoringSchedule < 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,
  :monitoring_alert_summaries,
  :last_monitoring_execution_summary,
  :batch_transform_input)
  SENSITIVE = []
  include Aws::Structure
end

#last_monitoring_execution_summaryTypes::MonitoringExecutionSummary

Summary of information about the last monitoring job to run.



32600
32601
32602
32603
32604
32605
32606
32607
32608
32609
32610
32611
32612
32613
32614
32615
# File 'lib/aws-sdk-sagemaker/types.rb', line 32600

class ModelDashboardMonitoringSchedule < 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,
  :monitoring_alert_summaries,
  :last_monitoring_execution_summary,
  :batch_transform_input)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_alert_summariesArray<Types::MonitoringAlertSummary>

A JSON array where each element is a summary for a monitoring alert.

Returns:



32600
32601
32602
32603
32604
32605
32606
32607
32608
32609
32610
32611
32612
32613
32614
32615
# File 'lib/aws-sdk-sagemaker/types.rb', line 32600

class ModelDashboardMonitoringSchedule < 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,
  :monitoring_alert_summaries,
  :last_monitoring_execution_summary,
  :batch_transform_input)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_schedule_arnString

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

Returns:

  • (String)


32600
32601
32602
32603
32604
32605
32606
32607
32608
32609
32610
32611
32612
32613
32614
32615
# File 'lib/aws-sdk-sagemaker/types.rb', line 32600

class ModelDashboardMonitoringSchedule < 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,
  :monitoring_alert_summaries,
  :last_monitoring_execution_summary,
  :batch_transform_input)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_schedule_configTypes::MonitoringScheduleConfig

Configures the monitoring schedule and defines the monitoring job.



32600
32601
32602
32603
32604
32605
32606
32607
32608
32609
32610
32611
32612
32613
32614
32615
# File 'lib/aws-sdk-sagemaker/types.rb', line 32600

class ModelDashboardMonitoringSchedule < 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,
  :monitoring_alert_summaries,
  :last_monitoring_execution_summary,
  :batch_transform_input)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_schedule_nameString

The name of a monitoring schedule.

Returns:

  • (String)


32600
32601
32602
32603
32604
32605
32606
32607
32608
32609
32610
32611
32612
32613
32614
32615
# File 'lib/aws-sdk-sagemaker/types.rb', line 32600

class ModelDashboardMonitoringSchedule < 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,
  :monitoring_alert_summaries,
  :last_monitoring_execution_summary,
  :batch_transform_input)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_schedule_statusString

The status of the monitoring schedule.

Returns:

  • (String)


32600
32601
32602
32603
32604
32605
32606
32607
32608
32609
32610
32611
32612
32613
32614
32615
# File 'lib/aws-sdk-sagemaker/types.rb', line 32600

class ModelDashboardMonitoringSchedule < 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,
  :monitoring_alert_summaries,
  :last_monitoring_execution_summary,
  :batch_transform_input)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_typeString

The monitor type of a model monitor.

Returns:

  • (String)


32600
32601
32602
32603
32604
32605
32606
32607
32608
32609
32610
32611
32612
32613
32614
32615
# File 'lib/aws-sdk-sagemaker/types.rb', line 32600

class ModelDashboardMonitoringSchedule < 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,
  :monitoring_alert_summaries,
  :last_monitoring_execution_summary,
  :batch_transform_input)
  SENSITIVE = []
  include Aws::Structure
end