Class: Aws::LookoutEquipment::Types::CreateInferenceSchedulerResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inference_scheduler_arnString

The Amazon Resource Name (ARN) of the inference scheduler being created.

Returns:

  • (String)


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_nameString

The name of inference scheduler being created.

Returns:

  • (String)


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

#statusString

Indicates the status of the CreateInferenceScheduler operation.

Returns:

  • (String)


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