Class: Aws::Types::DatasetLabelStats
- Inherits:
-
Object
- Object
- Aws::Types::DatasetLabelStats
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bounding_box_count ⇒ ::Integer
Returns the value of attribute bounding_box_count.
-
#entry_count ⇒ ::Integer
Returns the value of attribute entry_count.
Instance Attribute Details
#bounding_box_count ⇒ ::Integer
Returns the value of attribute bounding_box_count.
358 359 360 |
# File 'sig/types.rbs', line 358 def bounding_box_count @bounding_box_count end |
#entry_count ⇒ ::Integer
Returns the value of attribute entry_count.
357 358 359 |
# File 'sig/types.rbs', line 357 def entry_count @entry_count end |