Class: Aws::SageMaker::Types::CreateMonitoringScheduleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateMonitoringScheduleResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitoring_schedule_arn ⇒ String
The Amazon Resource Name (ARN) of the monitoring schedule.
Instance Attribute Details
#monitoring_schedule_arn ⇒ String
The Amazon Resource Name (ARN) of the monitoring schedule.
8710 8711 8712 8713 8714 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8710 class CreateMonitoringScheduleResponse < Struct.new( :monitoring_schedule_arn) SENSITIVE = [] include Aws::Structure end |