Class: Aws::Types::RelevanceMetric
- Inherits:
-
Object
- Object
- Aws::Types::RelevanceMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audience_size ⇒ Types::AudienceSize
Returns the value of attribute audience_size.
-
#score ⇒ ::Float
Returns the value of attribute score.
Instance Attribute Details
#audience_size ⇒ Types::AudienceSize
Returns the value of attribute audience_size.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def audience_size @audience_size end |
#score ⇒ ::Float
Returns the value of attribute score.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def score @score end |