Class: Aws::LookoutEquipment::Types::DescribeLabelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::DescribeLabelResponse
- 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 was created.
-
#end_time ⇒ Time
The end time of the requested 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 requested label group.
-
#label_group_name ⇒ String
The name of the requested label group.
-
#label_id ⇒ String
The ID of the requested label.
-
#notes ⇒ String
Metadata providing additional information about the label.
-
#rating ⇒ String
Indicates whether a labeled event represents an anomaly.
-
#start_time ⇒ Time
The start time of the requested label.
Instance Attribute Details
#created_at ⇒ Time
The time at which the label was created.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1310 class DescribeLabelResponse < Struct.new( :label_group_name, :label_group_arn, :label_id, :start_time, :end_time, :rating, :fault_code, :notes, :equipment, :created_at) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The end time of the requested label.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1310 class DescribeLabelResponse < Struct.new( :label_group_name, :label_group_arn, :label_id, :start_time, :end_time, :rating, :fault_code, :notes, :equipment, :created_at) SENSITIVE = [] include Aws::Structure end |
#equipment ⇒ String
Indicates that a label pertains to a particular piece of equipment.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1310 class DescribeLabelResponse < Struct.new( :label_group_name, :label_group_arn, :label_id, :start_time, :end_time, :rating, :fault_code, :notes, :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.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1310 class DescribeLabelResponse < Struct.new( :label_group_name, :label_group_arn, :label_id, :start_time, :end_time, :rating, :fault_code, :notes, :equipment, :created_at) SENSITIVE = [] include Aws::Structure end |
#label_group_arn ⇒ String
The Amazon Resource Name (ARN) of the requested label group.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1310 class DescribeLabelResponse < Struct.new( :label_group_name, :label_group_arn, :label_id, :start_time, :end_time, :rating, :fault_code, :notes, :equipment, :created_at) SENSITIVE = [] include Aws::Structure end |
#label_group_name ⇒ String
The name of the requested label group.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1310 class DescribeLabelResponse < Struct.new( :label_group_name, :label_group_arn, :label_id, :start_time, :end_time, :rating, :fault_code, :notes, :equipment, :created_at) SENSITIVE = [] include Aws::Structure end |
#label_id ⇒ String
The ID of the requested label.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1310 class DescribeLabelResponse < Struct.new( :label_group_name, :label_group_arn, :label_id, :start_time, :end_time, :rating, :fault_code, :notes, :equipment, :created_at) SENSITIVE = [] include Aws::Structure end |
#notes ⇒ String
Metadata providing additional information about the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1310 class DescribeLabelResponse < Struct.new( :label_group_name, :label_group_arn, :label_id, :start_time, :end_time, :rating, :fault_code, :notes, :equipment, :created_at) SENSITIVE = [] include Aws::Structure end |
#rating ⇒ String
Indicates whether a labeled event represents an anomaly.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1310 class DescribeLabelResponse < Struct.new( :label_group_name, :label_group_arn, :label_id, :start_time, :end_time, :rating, :fault_code, :notes, :equipment, :created_at) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time of the requested label.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1310 class DescribeLabelResponse < Struct.new( :label_group_name, :label_group_arn, :label_id, :start_time, :end_time, :rating, :fault_code, :notes, :equipment, :created_at) SENSITIVE = [] include Aws::Structure end |