MLTransform Parameters Find Matches Parameters Args
data class MLTransformParametersFindMatchesParametersArgs(val accuracyCostTradeOff: Output<Double>? = null, val enforceProvidedLabels: Output<Boolean>? = null, val precisionRecallTradeOff: Output<Double>? = null, val primaryKeyColumnName: Output<String>? = null) : ConvertibleToJava<MLTransformParametersFindMatchesParametersArgs>
Properties
Link copied to clipboard
The value that is selected when tuning your transform for a balance between accuracy and cost.
Link copied to clipboard
The value to switch on or off to force the output to match the provided labels from users.
Link copied to clipboard
The value selected when tuning your transform for a balance between precision and recall.
Link copied to clipboard
The name of a column that uniquely identifies rows in the source table.