Class: Aws::Rekognition::Types::DatasetLabelDescription

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

Overview

Describes a dataset label. For more information, see ListDatasetLabels.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#label_nameString

The name of the label.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1388

class DatasetLabelDescription < Struct.new(
  :label_name,
  :label_stats)
  SENSITIVE = []
  include Aws::Structure
end

#label_statsTypes::DatasetLabelStats

Statistics about the label.



1388
1389
1390
1391
1392
1393
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1388

class DatasetLabelDescription < Struct.new(
  :label_name,
  :label_stats)
  SENSITIVE = []
  include Aws::Structure
end