Class: Aws::LookoutEquipment::Types::LabelSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The time at which the label was created.

Returns:

  • (Time)


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_timeTime

The timestamp indicating the end of the label.

Returns:

  • (Time)


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

#equipmentString

Indicates that a label pertains to a particular piece of equipment.

Returns:

  • (String)


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_codeString

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.

Returns:

  • (String)


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_arnString

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

Returns:

  • (String)


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_nameString

The name of the label group.

Returns:

  • (String)


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_idString

The ID of the label.

Returns:

  • (String)


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

#ratingString

Indicates whether a labeled event represents an anomaly.

Returns:

  • (String)


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_timeTime

The timestamp indicating the start of the label.

Returns:

  • (Time)


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