Class: Aws::SageMaker::Types::MonitoringScheduleConfig

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

Overview

Configures the monitoring schedule and defines the monitoring job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monitoring_job_definitionTypes::MonitoringJobDefinition

Defines the monitoring job.



32873
32874
32875
32876
32877
32878
32879
32880
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32873

class MonitoringScheduleConfig < Struct.new(
  :schedule_config,
  :monitoring_job_definition,
  :monitoring_job_definition_name,
  :monitoring_type)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_job_definition_nameString

The name of the monitoring job definition to schedule.

Returns:

  • (String)


32873
32874
32875
32876
32877
32878
32879
32880
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32873

class MonitoringScheduleConfig < Struct.new(
  :schedule_config,
  :monitoring_job_definition,
  :monitoring_job_definition_name,
  :monitoring_type)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_typeString

The type of the monitoring job definition to schedule.

Returns:

  • (String)


32873
32874
32875
32876
32877
32878
32879
32880
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32873

class MonitoringScheduleConfig < Struct.new(
  :schedule_config,
  :monitoring_job_definition,
  :monitoring_job_definition_name,
  :monitoring_type)
  SENSITIVE = []
  include Aws::Structure
end

#schedule_configTypes::ScheduleConfig

Configures the monitoring schedule.



32873
32874
32875
32876
32877
32878
32879
32880
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32873

class MonitoringScheduleConfig < Struct.new(
  :schedule_config,
  :monitoring_job_definition,
  :monitoring_job_definition_name,
  :monitoring_type)
  SENSITIVE = []
  include Aws::Structure
end