Class: Aws::LookoutEquipment::Types::CreateInferenceSchedulerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::CreateInferenceSchedulerResponse
- 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 created.
-
#inference_scheduler_name ⇒ String
The name of inference scheduler being created.
-
#status ⇒ String
Indicates the status of the
CreateInferenceScheduler
operation.
Instance Attribute Details
#inference_scheduler_arn ⇒ String
The Amazon Resource Name (ARN) of the inference scheduler being created.
247 248 249 250 251 252 253 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 247 class CreateInferenceSchedulerResponse < Struct.new( :inference_scheduler_arn, :inference_scheduler_name, :status) SENSITIVE = [] include Aws::Structure end |
#inference_scheduler_name ⇒ String
The name of inference scheduler being created.
247 248 249 250 251 252 253 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 247 class CreateInferenceSchedulerResponse < Struct.new( :inference_scheduler_arn, :inference_scheduler_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates the status of the CreateInferenceScheduler
operation.
247 248 249 250 251 252 253 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 247 class CreateInferenceSchedulerResponse < Struct.new( :inference_scheduler_arn, :inference_scheduler_name, :status) SENSITIVE = [] include Aws::Structure end |