Class: Aws::LookoutEquipment::Types::DescribeLabelGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::DescribeLabelGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time at which the label group was created.
-
#fault_codes ⇒ Array<String>
Codes indicating the type of anomaly associated with the labels in the lagbel group.
-
#label_group_arn ⇒ String
The Amazon Resource Name (ARN) of the label group.
-
#label_group_name ⇒ String
The name of the label group.
-
#updated_at ⇒ Time
The time at which the label group was updated.
Instance Attribute Details
#created_at ⇒ Time
The time at which the label group was created.
1235 1236 1237 1238 1239 1240 1241 1242 1243 |
# File '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_codes ⇒ Array<String>
Codes indicating the type of anomaly associated with the labels in the lagbel group.
1235 1236 1237 1238 1239 1240 1241 1242 1243 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the label group.
1235 1236 1237 1238 1239 1240 1241 1242 1243 |
# File '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_name ⇒ String
The name of the label group.
1235 1236 1237 1238 1239 1240 1241 1242 1243 |
# File '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_at ⇒ Time
The time at which the label group was updated.
1235 1236 1237 1238 1239 1240 1241 1242 1243 |
# File '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 |