Class: Aws::Types::DatasetLabelDescription
- Inherits:
-
Object
- Object
- Aws::Types::DatasetLabelDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#label_name ⇒ ::String
Returns the value of attribute label_name.
-
#label_stats ⇒ Types::DatasetLabelStats
Returns the value of attribute label_stats.
Instance Attribute Details
#label_name ⇒ ::String
Returns the value of attribute label_name.
351 352 353 |
# File 'sig/types.rbs', line 351 def label_name @label_name end |
#label_stats ⇒ Types::DatasetLabelStats
Returns the value of attribute label_stats.
352 353 354 |
# File 'sig/types.rbs', line 352 def label_stats @label_stats end |