Class: Aws::LookoutEquipment::Types::DescribeLabelGroupResponse

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

#created_atTime

The time at which the label group was created.

Returns:

  • (Time)


1235
1236
1237
1238
1239
1240
1241
1242
1243
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 1235

class DescribeLabelGroupResponse < Struct.new(
  :label_group_name,
  :label_group_arn,
  :fault_codes,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#fault_codesArray<String>

Codes indicating the type of anomaly associated with the labels in the lagbel group.

Returns:

  • (Array<String>)


1235
1236
1237
1238
1239
1240
1241
1242
1243
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 1235

class DescribeLabelGroupResponse < Struct.new(
  :label_group_name,
  :label_group_arn,
  :fault_codes,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#label_group_arnString

The Amazon Resource Name (ARN) of the label group.

Returns:

  • (String)


1235
1236
1237
1238
1239
1240
1241
1242
1243
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 1235

class DescribeLabelGroupResponse < Struct.new(
  :label_group_name,
  :label_group_arn,
  :fault_codes,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#label_group_nameString

The name of the label group.

Returns:

  • (String)


1235
1236
1237
1238
1239
1240
1241
1242
1243
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 1235

class DescribeLabelGroupResponse < Struct.new(
  :label_group_name,
  :label_group_arn,
  :fault_codes,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time at which the label group was updated.

Returns:

  • (Time)


1235
1236
1237
1238
1239
1240
1241
1242
1243
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 1235

class DescribeLabelGroupResponse < Struct.new(
  :label_group_name,
  :label_group_arn,
  :fault_codes,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end