Class: Aws::Types::DataQualityAnalyzerResult
- Inherits:
-
Object
- Object
- Aws::Types::DataQualityAnalyzerResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#evaluated_distributions ⇒ ::Hash[::String, Types::DistributionData]
Returns the value of attribute evaluated_distributions.
-
#evaluated_metrics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute evaluated_metrics.
-
#evaluation_message ⇒ ::String
Returns the value of attribute evaluation_message.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def description @description end |
#evaluated_distributions ⇒ ::Hash[::String, Types::DistributionData]
Returns the value of attribute evaluated_distributions.
2002 2003 2004 |
# File 'sig/types.rbs', line 2002 def evaluated_distributions @evaluated_distributions end |
#evaluated_metrics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute evaluated_metrics.
2001 2002 2003 |
# File 'sig/types.rbs', line 2001 def evaluated_metrics @evaluated_metrics end |
#evaluation_message ⇒ ::String
Returns the value of attribute evaluation_message.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def @evaluation_message end |
#name ⇒ ::String
Returns the value of attribute name.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def name @name end |