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
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.
TaskRunSortCriteria' | |
|
Instances
newTaskRunSortCriteria Source #
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.