Class: Aws::Rekognition::Types::DatasetLabelDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DatasetLabelDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Describes a dataset label. For more information, see ListDatasetLabels.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#label_name ⇒ String
The name of the label.
-
#label_stats ⇒ Types::DatasetLabelStats
Statistics about the label.
Instance Attribute Details
#label_name ⇒ String
The name of the label.
1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1412 class DatasetLabelDescription < Struct.new( :label_name, :label_stats) SENSITIVE = [] include Aws::Structure end |
#label_stats ⇒ Types::DatasetLabelStats
Statistics about the label.
1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1412 class DatasetLabelDescription < Struct.new( :label_name, :label_stats) SENSITIVE = [] include Aws::Structure end |