Class: Aws::Types::FindMatchesParameters
- Inherits:
-
Object
- Object
- Aws::Types::FindMatchesParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accuracy_cost_tradeoff ⇒ ::Float
Returns the value of attribute accuracy_cost_tradeoff.
-
#enforce_provided_labels ⇒ Boolean
Returns the value of attribute enforce_provided_labels.
-
#precision_recall_tradeoff ⇒ ::Float
Returns the value of attribute precision_recall_tradeoff.
-
#primary_key_column_name ⇒ ::String
Returns the value of attribute primary_key_column_name.
Instance Attribute Details
#accuracy_cost_tradeoff ⇒ ::Float
Returns the value of attribute accuracy_cost_tradeoff.
3138 3139 3140 |
# File 'sig/types.rbs', line 3138 def accuracy_cost_tradeoff @accuracy_cost_tradeoff end |
#enforce_provided_labels ⇒ Boolean
Returns the value of attribute enforce_provided_labels.
3139 3140 3141 |
# File 'sig/types.rbs', line 3139 def enforce_provided_labels @enforce_provided_labels end |
#precision_recall_tradeoff ⇒ ::Float
Returns the value of attribute precision_recall_tradeoff.
3137 3138 3139 |
# File 'sig/types.rbs', line 3137 def precision_recall_tradeoff @precision_recall_tradeoff end |
#primary_key_column_name ⇒ ::String
Returns the value of attribute primary_key_column_name.
3136 3137 3138 |
# File 'sig/types.rbs', line 3136 def primary_key_column_name @primary_key_column_name end |