Class: Aws::Types::FindMatchesParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accuracy_cost_tradeoff::Float

Returns the value of attribute accuracy_cost_tradeoff.

Returns:

  • (::Float)


3144
3145
3146
# File 'sig/types.rbs', line 3144

def accuracy_cost_tradeoff
  @accuracy_cost_tradeoff
end

#enforce_provided_labelsBoolean

Returns the value of attribute enforce_provided_labels.

Returns:

  • (Boolean)


3145
3146
3147
# File 'sig/types.rbs', line 3145

def enforce_provided_labels
  @enforce_provided_labels
end

#precision_recall_tradeoff::Float

Returns the value of attribute precision_recall_tradeoff.

Returns:

  • (::Float)


3143
3144
3145
# File 'sig/types.rbs', line 3143

def precision_recall_tradeoff
  @precision_recall_tradeoff
end

#primary_key_column_name::String

Returns the value of attribute primary_key_column_name.

Returns:

  • (::String)


3142
3143
3144
# File 'sig/types.rbs', line 3142

def primary_key_column_name
  @primary_key_column_name
end