Class MLTransformParametersFindMatchesParametersArgs


  • public final class MLTransformParametersFindMatchesParametersArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • accuracyCostTradeOff

        public java.util.Optional<com.pulumi.core.Output<java.lang.Double>> accuracyCostTradeOff()
        Returns:
        The value that is selected when tuning your transform for a balance between accuracy and cost.
      • enforceProvidedLabels

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> enforceProvidedLabels()
        Returns:
        The value to switch on or off to force the output to match the provided labels from users.
      • precisionRecallTradeOff

        public java.util.Optional<com.pulumi.core.Output<java.lang.Double>> precisionRecallTradeOff()
        Returns:
        The value selected when tuning your transform for a balance between precision and recall.
      • primaryKeyColumnName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> primaryKeyColumnName()
        Returns:
        The name of a column that uniquely identifies rows in the source table.