Class: Aws::LookoutEquipment::Types::StopInferenceSchedulerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::StopInferenceSchedulerResponse
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_scheduler_arn ⇒ String
The Amazon Resource Name (ARN) of the inference schedule being stopped.
-
#inference_scheduler_name ⇒ String
The name of the inference scheduler being stopped.
-
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the ML model used by the inference scheduler being stopped.
-
#model_name ⇒ String
The name of the ML model used by the inference scheduler being stopped.
-
#status ⇒ String
Indicates the status of the inference scheduler.
Instance Attribute Details
#inference_scheduler_arn ⇒ String
The Amazon Resource Name (ARN) of the inference schedule being stopped.
2815 2816 2817 2818 2819 2820 2821 2822 2823 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2815 class StopInferenceSchedulerResponse < Struct.new( :model_arn, :model_name, :inference_scheduler_name, :inference_scheduler_arn, :status) SENSITIVE = [] include Aws::Structure end |
#inference_scheduler_name ⇒ String
The name of the inference scheduler being stopped.
2815 2816 2817 2818 2819 2820 2821 2822 2823 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2815 class StopInferenceSchedulerResponse < Struct.new( :model_arn, :model_name, :inference_scheduler_name, :inference_scheduler_arn, :status) SENSITIVE = [] include Aws::Structure end |
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the ML model used by the inference scheduler being stopped.
2815 2816 2817 2818 2819 2820 2821 2822 2823 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2815 class StopInferenceSchedulerResponse < Struct.new( :model_arn, :model_name, :inference_scheduler_name, :inference_scheduler_arn, :status) SENSITIVE = [] include Aws::Structure end |
#model_name ⇒ String
The name of the ML model used by the inference scheduler being stopped.
2815 2816 2817 2818 2819 2820 2821 2822 2823 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2815 class StopInferenceSchedulerResponse < Struct.new( :model_arn, :model_name, :inference_scheduler_name, :inference_scheduler_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates the status of the inference scheduler.
2815 2816 2817 2818 2819 2820 2821 2822 2823 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2815 class StopInferenceSchedulerResponse < Struct.new( :model_arn, :model_name, :inference_scheduler_name, :inference_scheduler_arn, :status) SENSITIVE = [] include Aws::Structure end |