class Aws::Glue::Types::TransformParameters
The algorithm-specific parameters that are associated with the machine learning transform.
@note When making an API call, you may pass TransformParameters
data as a hash: { transform_type: "FIND_MATCHES", # required, accepts FIND_MATCHES find_matches_parameters: { primary_key_column_name: "ColumnNameString", precision_recall_tradeoff: 1.0, accuracy_cost_tradeoff: 1.0, enforce_provided_labels: false, }, }
@!attribute [rw] transform_type
The type of machine learning transform. For information about the types of machine learning transforms, see [Creating Machine Learning Transforms][1]. [1]: https://docs.aws.amazon.com/glue/latest/dg/add-job-machine-learning-transform.html @return [String]
@!attribute [rw] find_matches_parameters
The parameters for the find matches algorithm. @return [Types::FindMatchesParameters]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/TransformParameters AWS API Documentation
Constants
- SENSITIVE