Class: Aws::LookoutEquipment::Types::LabelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::LabelSummary
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Information about the label.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time at which the label was created.
-
#end_time ⇒ Time
The timestamp indicating the end of the label.
-
#equipment ⇒ String
Indicates that a label pertains to a particular piece of equipment.
-
#fault_code ⇒ String
Indicates the type of anomaly associated with the label.
-
#label_group_arn ⇒ String
The Amazon Resource Name (ARN) of the label group.
-
#label_group_name ⇒ String
The name of the label group.
-
#label_id ⇒ String
The ID of the label.
-
#rating ⇒ String
Indicates whether a labeled event represents an anomaly.
-
#start_time ⇒ Time
The timestamp indicating the start of the label.
Instance Attribute Details
#created_at ⇒ Time
The time at which the label was created.
2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2624 class LabelSummary < Struct.new( :label_group_name, :label_id, :label_group_arn, :start_time, :end_time, :rating, :fault_code, :equipment, :created_at) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The timestamp indicating the end of the label.
2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2624 class LabelSummary < Struct.new( :label_group_name, :label_id, :label_group_arn, :start_time, :end_time, :rating, :fault_code, :equipment, :created_at) SENSITIVE = [] include Aws::Structure end |
#equipment ⇒ String
Indicates that a label pertains to a particular piece of equipment.
2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2624 class LabelSummary < Struct.new( :label_group_name, :label_id, :label_group_arn, :start_time, :end_time, :rating, :fault_code, :equipment, :created_at) SENSITIVE = [] include Aws::Structure end |
#fault_code ⇒ String
Indicates the type of anomaly associated with the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2624 class LabelSummary < Struct.new( :label_group_name, :label_id, :label_group_arn, :start_time, :end_time, :rating, :fault_code, :equipment, :created_at) SENSITIVE = [] include Aws::Structure end |
#label_group_arn ⇒ String
The Amazon Resource Name (ARN) of the label group.
2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2624 class LabelSummary < Struct.new( :label_group_name, :label_id, :label_group_arn, :start_time, :end_time, :rating, :fault_code, :equipment, :created_at) SENSITIVE = [] include Aws::Structure end |
#label_group_name ⇒ String
The name of the label group.
2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2624 class LabelSummary < Struct.new( :label_group_name, :label_id, :label_group_arn, :start_time, :end_time, :rating, :fault_code, :equipment, :created_at) SENSITIVE = [] include Aws::Structure end |
#label_id ⇒ String
The ID of the label.
2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2624 class LabelSummary < Struct.new( :label_group_name, :label_id, :label_group_arn, :start_time, :end_time, :rating, :fault_code, :equipment, :created_at) SENSITIVE = [] include Aws::Structure end |
#rating ⇒ String
Indicates whether a labeled event represents an anomaly.
2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2624 class LabelSummary < Struct.new( :label_group_name, :label_id, :label_group_arn, :start_time, :end_time, :rating, :fault_code, :equipment, :created_at) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The timestamp indicating the start of the label.
2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2624 class LabelSummary < Struct.new( :label_group_name, :label_id, :label_group_arn, :start_time, :end_time, :rating, :fault_code, :equipment, :created_at) SENSITIVE = [] include Aws::Structure end |