You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::TransformParameters

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TransformParameters as input to an Aws::Client method, you can use a vanilla 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,
  },
}

The algorithm-specific parameters that are associated with the machine learning transform.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#find_matches_parametersTypes::FindMatchesParameters

The parameters for the find matches algorithm.

Returns:

#transform_typeString

The type of machine learning transform.

For information about the types of machine learning transforms, see Creating Machine Learning Transforms.

Returns:

  • (String)

    The type of machine learning transform.