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.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 def description @description end |
#evaluated_distributions ⇒ ::Hash[::String, Types::DistributionData]
Returns the value of attribute evaluated_distributions.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def evaluated_distributions @evaluated_distributions end |
#evaluated_metrics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute evaluated_metrics.
1997 1998 1999 |
# File 'sig/types.rbs', line 1997 def evaluated_metrics @evaluated_metrics end |
#evaluation_message ⇒ ::String
Returns the value of attribute evaluation_message.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 def @evaluation_message end |
#name ⇒ ::String
Returns the value of attribute name.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def name @name end |