MLTransformParametersFindMatchesParametersArgs

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>

Constructors

constructor(accuracyCostTradeOff: Output<Double>? = null, enforceProvidedLabels: Output<Boolean>? = null, precisionRecallTradeOff: Output<Double>? = null, primaryKeyColumnName: Output<String>? = null)

Properties

Link copied to clipboard
val accuracyCostTradeOff: Output<Double>? = null

The value that is selected when tuning your transform for a balance between accuracy and cost.

Link copied to clipboard
val enforceProvidedLabels: Output<Boolean>? = null

The value to switch on or off to force the output to match the provided labels from users.

Link copied to clipboard
val precisionRecallTradeOff: Output<Double>? = null

The value selected when tuning your transform for a balance between precision and recall.

Link copied to clipboard
val primaryKeyColumnName: Output<String>? = null

The name of a column that uniquely identifies rows in the source table.

Functions

Link copied to clipboard
open override fun toJava(): MLTransformParametersFindMatchesParametersArgs