Class: Aws::Types::ModelDataQuality
- Inherits:
-
Object
- Object
- Aws::Types::ModelDataQuality
- 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.
8946 8947 8948 |
# File 'sig/types.rbs', line 8946 def constraints @constraints end |
#statistics ⇒ Types::MetricsSource
Returns the value of attribute statistics.
8945 8946 8947 |
# File 'sig/types.rbs', line 8945 def statistics @statistics end |