Class: Aws::LookoutEquipment::Types::StartInferenceSchedulerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::StartInferenceSchedulerRequest
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_scheduler_name ⇒ String
The name of the inference scheduler to be started.
Instance Attribute Details
#inference_scheduler_name ⇒ String
The name of the inference scheduler to be started.
4064 4065 4066 4067 4068 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4064 class StartInferenceSchedulerRequest < Struct.new( :inference_scheduler_name) SENSITIVE = [] include Aws::Structure end |