Interface CfnMLTransformPropsMixin.FindMatchesParametersProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMLTransformPropsMixin.FindMatchesParametersProperty.Jsii$Proxy
Enclosing class:
CfnMLTransformPropsMixin

@Stability(Stable) public static interface CfnMLTransformPropsMixin.FindMatchesParametersProperty extends software.amazon.jsii.JsiiSerializable
The parameters to configure the find matches transform.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.glue.*;
 FindMatchesParametersProperty findMatchesParametersProperty = FindMatchesParametersProperty.builder()
         .accuracyCostTradeoff(123)
         .enforceProvidedLabels(false)
         .precisionRecallTradeoff(123)
         .primaryKeyColumnName("primaryKeyColumnName")
         .build();
 

See Also: