Class: Aws::Types::EvaluationMetrics
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#find_matches_metrics ⇒ Types::FindMatchesMetrics
Returns the value of attribute find_matches_metrics.
-
#transform_type ⇒ "FIND_MATCHES"
Returns the value of attribute transform_type.
Instance Attribute Details
#find_matches_metrics ⇒ Types::FindMatchesMetrics
Returns the value of attribute find_matches_metrics.
2962 2963 2964 |
# File 'sig/types.rbs', line 2962 def find_matches_metrics @find_matches_metrics end |
#transform_type ⇒ "FIND_MATCHES"
Returns the value of attribute transform_type.
2961 2962 2963 |
# File 'sig/types.rbs', line 2961 def transform_type @transform_type end |