Class: Aws::Types::ModelQuality
- Inherits:
-
Object
- Object
- Aws::Types::ModelQuality
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#constraints ⇒ Types::MetricsSource
Returns the value of attribute constraints.
-
#statistics ⇒ Types::MetricsSource
Returns the value of attribute statistics.
Instance Attribute Details
#constraints ⇒ Types::MetricsSource
Returns the value of attribute constraints.
9192 9193 9194 |
# File 'sig/types.rbs', line 9192 def constraints @constraints end |
#statistics ⇒ Types::MetricsSource
Returns the value of attribute statistics.
9191 9192 9193 |
# File 'sig/types.rbs', line 9191 def statistics @statistics end |