Class: Aws::LookoutEquipment::Types::StopRetrainingSchedulerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::StopRetrainingSchedulerRequest
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_name ⇒ String
The name of the model whose retraining scheduler you want to stop.
Instance Attribute Details
#model_name ⇒ String
The name of the model whose retraining scheduler you want to stop.
4192 4193 4194 4195 4196 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4192 class StopRetrainingSchedulerRequest < Struct.new( :model_name) SENSITIVE = [] include Aws::Structure end |