Class: Aws::LookoutEquipment::Types::DeleteRetrainingSchedulerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::DeleteRetrainingSchedulerRequest
- 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 whose retraining scheduler you want to delete.
Instance Attribute Details
#model_name ⇒ String
The name of the model whose retraining scheduler you want to delete.
874 875 876 877 878 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 874 class DeleteRetrainingSchedulerRequest < Struct.new( :model_name) SENSITIVE = [] include Aws::Structure end |