Class: Aws::LookoutEquipment::Types::DescribeLabelResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The time at which the label was created.

Returns:

  • (Time)


1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
# File 'gems/aws-sdk-lookoutequipment/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_timeTime

The end time of the requested label.

Returns:

  • (Time)


1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
# File 'gems/aws-sdk-lookoutequipment/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

#equipmentString

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

Returns:

  • (String)


1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
# File 'gems/aws-sdk-lookoutequipment/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_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)


1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
# File 'gems/aws-sdk-lookoutequipment/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_arnString

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

Returns:

  • (String)


1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
# File 'gems/aws-sdk-lookoutequipment/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_nameString

The name of the requested label group.

Returns:

  • (String)


1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
# File 'gems/aws-sdk-lookoutequipment/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_idString

The ID of the requested label.

Returns:

  • (String)


1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
# File 'gems/aws-sdk-lookoutequipment/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

#notesString

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.

Returns:

  • (String)


1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
# File 'gems/aws-sdk-lookoutequipment/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

#ratingString

Indicates whether a labeled event represents an anomaly.

Returns:

  • (String)


1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
# File 'gems/aws-sdk-lookoutequipment/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_timeTime

The start time of the requested label.

Returns:

  • (Time)


1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
# File 'gems/aws-sdk-lookoutequipment/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