Class: Aws::LookoutEquipment::Types::DescribeRetrainingSchedulerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::DescribeRetrainingSchedulerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_name ⇒ String
The name of the model that the retraining scheduler is attached to.
Instance Attribute Details
#model_name ⇒ String
The name of the model that the retraining scheduler is attached to.
1935 1936 1937 1938 1939 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1935 class DescribeRetrainingSchedulerRequest < Struct.new( :model_name) SENSITIVE = [] include Aws::Structure end |