Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
FindMatchesParameters |
FindMatchesParameters.clone() |
FindMatchesParameters |
TransformParameters.getFindMatchesParameters()
The parameters for the find matches algorithm.
|
FindMatchesParameters |
FindMatchesParameters.withAccuracyCostTradeoff(Double accuracyCostTradeoff)
The value that is selected when tuning your transform for a balance between accuracy and cost.
|
FindMatchesParameters |
FindMatchesParameters.withEnforceProvidedLabels(Boolean enforceProvidedLabels)
The value to switch on or off to force the output to match the provided labels from users.
|
FindMatchesParameters |
FindMatchesParameters.withPrecisionRecallTradeoff(Double precisionRecallTradeoff)
The value selected when tuning your transform for a balance between precision and recall.
|
FindMatchesParameters |
FindMatchesParameters.withPrimaryKeyColumnName(String primaryKeyColumnName)
The name of a column that uniquely identifies rows in the source table.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformParameters.setFindMatchesParameters(FindMatchesParameters findMatchesParameters)
The parameters for the find matches algorithm.
|
TransformParameters |
TransformParameters.withFindMatchesParameters(FindMatchesParameters findMatchesParameters)
The parameters for the find matches algorithm.
|
Copyright © 2024. All rights reserved.