Class: Aws::Types::DatasetStats
- Inherits:
-
Object
- Object
- Aws::Types::DatasetStats
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_entries ⇒ ::Integer
Returns the value of attribute error_entries.
-
#labeled_entries ⇒ ::Integer
Returns the value of attribute labeled_entries.
-
#total_entries ⇒ ::Integer
Returns the value of attribute total_entries.
-
#total_labels ⇒ ::Integer
Returns the value of attribute total_labels.
Instance Attribute Details
#error_entries ⇒ ::Integer
Returns the value of attribute error_entries.
382 383 384 |
# File 'sig/types.rbs', line 382 def error_entries @error_entries end |
#labeled_entries ⇒ ::Integer
Returns the value of attribute labeled_entries.
379 380 381 |
# File 'sig/types.rbs', line 379 def labeled_entries @labeled_entries end |
#total_entries ⇒ ::Integer
Returns the value of attribute total_entries.
380 381 382 |
# File 'sig/types.rbs', line 380 def total_entries @total_entries end |
#total_labels ⇒ ::Integer
Returns the value of attribute total_labels.
381 382 383 |
# File 'sig/types.rbs', line 381 def total_labels @total_labels end |