AWS::Glue::MLTransform TransformParameters
The algorithm-specific parameters that are associated with the machine learning transform.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "FindMatchesParameters" :
FindMatchesParameters
, "TransformType" :String
}
YAML
FindMatchesParameters:
FindMatchesParameters
TransformType:String
Properties
FindMatchesParameters
-
The parameters for the find matches algorithm.
Required: No
Type: FindMatchesParameters
Update requires: No interruption
TransformType
-
The type of machine learning transform.
FIND_MATCHES
is the only option.For information about the types of machine learning transforms, see Working with machine learning transforms.
Required: Yes
Type: String
Allowed values:
FIND_MATCHES
Update requires: No interruption