Class: Aws::SageMaker::Types::CreateMonitoringScheduleRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monitoring_schedule_configTypes::MonitoringScheduleConfig

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



8096
8097
8098
8099
8100
8101
8102
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8096

class CreateMonitoringScheduleRequest < Struct.new(
  :monitoring_schedule_name,
  :monitoring_schedule_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_schedule_nameString

The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.

Returns:

  • (String)


8096
8097
8098
8099
8100
8101
8102
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8096

class CreateMonitoringScheduleRequest < Struct.new(
  :monitoring_schedule_name,
  :monitoring_schedule_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

Returns:



8096
8097
8098
8099
8100
8101
8102
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8096

class CreateMonitoringScheduleRequest < Struct.new(
  :monitoring_schedule_name,
  :monitoring_schedule_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end