Class CfnMLTransform.FindMatchesParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMLTransform.FindMatchesParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMLTransform.FindMatchesParametersProperty
CfnMLTransform.FindMatchesParametersProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.CfnMLTransform.FindMatchesParametersProperty
CfnMLTransform.FindMatchesParametersProperty.Builder, CfnMLTransform.FindMatchesParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMLTransform.FindMatchesParametersProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe value that is selected when tuning your transform for a balance between accuracy and cost.final ObjectThe value to switch on or off to force the output to match the provided labels from users.final NumberThe value selected when tuning your transform for a balance between precision and recall.final StringThe name of a column that uniquely identifies rows in the source table.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnMLTransform.FindMatchesParametersProperty.Builder.
-
-
Method Details
-
getPrimaryKeyColumnName
Description copied from interface:CfnMLTransform.FindMatchesParametersPropertyThe name of a column that uniquely identifies rows in the source table.Used to help identify matching records.
- Specified by:
getPrimaryKeyColumnNamein interfaceCfnMLTransform.FindMatchesParametersProperty- See Also:
-
getAccuracyCostTradeoff
Description copied from interface:CfnMLTransform.FindMatchesParametersPropertyThe value that is selected when tuning your transform for a balance between accuracy and cost.A value of 0.5 means that the system balances accuracy and cost concerns. A value of 1.0 means a bias purely for accuracy, which typically results in a higher cost, sometimes substantially higher. A value of 0.0 means a bias purely for cost, which results in a less accurate
FindMatchestransform, sometimes with unacceptable accuracy.Accuracy measures how well the transform finds true positives and true negatives. Increasing accuracy requires more machine resources and cost. But it also results in increased recall.
Cost measures how many compute resources, and thus money, are consumed to run the transform.
- Specified by:
getAccuracyCostTradeoffin interfaceCfnMLTransform.FindMatchesParametersProperty- See Also:
-
getEnforceProvidedLabels
Description copied from interface:CfnMLTransform.FindMatchesParametersPropertyThe value to switch on or off to force the output to match the provided labels from users.If the value is
True, thefind matchestransform forces the output to match the provided labels. The results override the normal conflation results. If the value isFalse, thefind matchestransform does not ensure all the labels provided are respected, and the results rely on the trained model.Note that setting this value to true may increase the conflation execution time.
Returns union: either
BooleanorIResolvable- Specified by:
getEnforceProvidedLabelsin interfaceCfnMLTransform.FindMatchesParametersProperty- See Also:
-
getPrecisionRecallTradeoff
Description copied from interface:CfnMLTransform.FindMatchesParametersPropertyThe value selected when tuning your transform for a balance between precision and recall.A value of 0.5 means no preference; a value of 1.0 means a bias purely for precision, and a value of 0.0 means a bias for recall. Because this is a tradeoff, choosing values close to 1.0 means very low recall, and choosing values close to 0.0 results in very low precision.
The precision metric indicates how often your model is correct when it predicts a match.
The recall metric indicates that for an actual match, how often your model predicts the match.
- Specified by:
getPrecisionRecallTradeoffin interfaceCfnMLTransform.FindMatchesParametersProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-