Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data TransformParameters Source #
The algorithm-specific parameters that are associated with the machine learning transform.
See: newTransformParameters
smart constructor.
TransformParameters' | |
|
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.