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 |
Synopsis
- data TransformSortCriteria = TransformSortCriteria' {}
- newTransformSortCriteria :: TransformSortColumnType -> SortDirectionType -> TransformSortCriteria
- transformSortCriteria_column :: Lens' TransformSortCriteria TransformSortColumnType
- transformSortCriteria_sortDirection :: Lens' TransformSortCriteria SortDirectionType
Documentation
data TransformSortCriteria Source #
The sorting criteria that are associated with the machine learning transform.
See: newTransformSortCriteria
smart constructor.
TransformSortCriteria' | |
|
Instances
newTransformSortCriteria Source #
Create a value of TransformSortCriteria
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:column:TransformSortCriteria'
, transformSortCriteria_column
- The column to be used in the sorting criteria that are associated with
the machine learning transform.
$sel:sortDirection:TransformSortCriteria'
, transformSortCriteria_sortDirection
- The sort direction to be used in the sorting criteria that are
associated with the machine learning transform.
transformSortCriteria_column :: Lens' TransformSortCriteria TransformSortColumnType Source #
The column to be used in the sorting criteria that are associated with the machine learning transform.
transformSortCriteria_sortDirection :: Lens' TransformSortCriteria SortDirectionType Source #
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.