Class: Aws::LookoutEquipment::Types::CreateModelResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_arnString

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

Returns:

  • (String)


504
505
506
507
508
509
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 504

class CreateModelResponse < Struct.new(
  :model_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Indicates the status of the ‘CreateModel` operation.

Returns:

  • (String)


504
505
506
507
508
509
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 504

class CreateModelResponse < Struct.new(
  :model_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end