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 machine learning model used by the inference scheduler being stopped.
-
#model_name ⇒ String
The name of the machine learning 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.
3956 3957 3958 3959 3960 3961 3962 3963 3964 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3956 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.
3956 3957 3958 3959 3960 3961 3962 3963 3964 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3956 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 machine learning model used by the inference scheduler being stopped.
3956 3957 3958 3959 3960 3961 3962 3963 3964 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3956 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 machine learning model used by the inference scheduler being stopped.
3956 3957 3958 3959 3960 3961 3962 3963 3964 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3956 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.
3956 3957 3958 3959 3960 3961 3962 3963 3964 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3956 class StopInferenceSchedulerResponse < Struct.new( :model_arn, :model_name, :inference_scheduler_name, :inference_scheduler_arn, :status) SENSITIVE = [] include Aws::Structure end |