| 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.TaskRunSortCriteria
Description
Synopsis
Documentation
data TaskRunSortCriteria Source #
The sorting criteria that are used to sort the list of task runs for the machine learning transform.
See: newTaskRunSortCriteria smart constructor.
Constructors
| TaskRunSortCriteria' | |
Fields
| |
Instances
newTaskRunSortCriteria Source #
Arguments
| :: TaskRunSortColumnType | |
| -> SortDirectionType | |
| -> TaskRunSortCriteria |
Create a value of TaskRunSortCriteria 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:TaskRunSortCriteria', taskRunSortCriteria_column - The column to be used to sort the list of task runs for the machine
learning transform.
$sel:sortDirection:TaskRunSortCriteria', taskRunSortCriteria_sortDirection - The sort direction to be used to sort the list of task runs for the
machine learning transform.
taskRunSortCriteria_column :: Lens' TaskRunSortCriteria TaskRunSortColumnType Source #
The column to be used to sort the list of task runs for the machine learning transform.
taskRunSortCriteria_sortDirection :: Lens' TaskRunSortCriteria SortDirectionType Source #
The sort direction to be used to sort the list of task runs for the machine learning transform.