| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.TransformParameters
Description
Documentation
data TransformParameters Source #
The algorithm-specific parameters that are associated with the machine learning transform.
See: newTransformParameters smart constructor.
Constructors
| TransformParameters' | |
Fields
| |
Instances
newTransformParameters Source #
Create a value of TransformParameters with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:findMatchesParameters:TransformParameters', transformParameters_findMatchesParameters - The parameters for the find matches algorithm.
$sel:transformType:TransformParameters', transformParameters_transformType - The type of machine learning transform.
For information about the types of machine learning transforms, see Creating Machine Learning Transforms.
transformParameters_findMatchesParameters :: Lens' TransformParameters (Maybe FindMatchesParameters) Source #
The parameters for the find matches algorithm.
transformParameters_transformType :: Lens' TransformParameters TransformType Source #
The type of machine learning transform.
For information about the types of machine learning transforms, see Creating Machine Learning Transforms.