| 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.TransformSortCriteria
Description
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.
Constructors
| TransformSortCriteria' | |
Fields
| |
Instances
newTransformSortCriteria Source #
Arguments
| :: TransformSortColumnType | |
| -> SortDirectionType | |
| -> TransformSortCriteria |
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.