Class: Aws::SageMaker::Types::DescribeMonitoringScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeMonitoringScheduleRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitoring_schedule_name ⇒ String
Name of a previously created monitoring schedule.
Instance Attribute Details
#monitoring_schedule_name ⇒ String
Name of a previously created monitoring schedule.
16489 16490 16491 16492 16493 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16489 class DescribeMonitoringScheduleRequest < Struct.new( :monitoring_schedule_name) SENSITIVE = [] include Aws::Structure end |