Class: Aws::LookoutEquipment::Types::StartInferenceSchedulerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::StartInferenceSchedulerResponse
- 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 scheduler being started.
-
#inference_scheduler_name ⇒ String
The name of the inference scheduler being started.
-
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the machine learning model being used by the inference scheduler.
-
#model_name ⇒ String
The name of the machine learning model being used by the inference scheduler.
-
#status ⇒ String
Indicates the status of the inference scheduler.
Instance Attribute Details
#inference_scheduler_arn ⇒ String
The Amazon Resource Name (ARN) of the inference scheduler being started.
4095 4096 4097 4098 4099 4100 4101 4102 4103 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4095 class StartInferenceSchedulerResponse < 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 started.
4095 4096 4097 4098 4099 4100 4101 4102 4103 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4095 class StartInferenceSchedulerResponse < 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 being used by the inference scheduler.
4095 4096 4097 4098 4099 4100 4101 4102 4103 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4095 class StartInferenceSchedulerResponse < 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 being used by the inference scheduler.
4095 4096 4097 4098 4099 4100 4101 4102 4103 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4095 class StartInferenceSchedulerResponse < 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.
4095 4096 4097 4098 4099 4100 4101 4102 4103 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4095 class StartInferenceSchedulerResponse < Struct.new( :model_arn, :model_name, :inference_scheduler_name, :inference_scheduler_arn, :status) SENSITIVE = [] include Aws::Structure end |