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.
2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2721 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.
2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2721 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.
2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2721 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.
2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2721 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.
2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2721 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.
2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2721 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.
2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2721 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.
2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2721 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.
2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2721 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 |