public static interface TaskRunSortCriteria.Builder extends SdkPojo, CopyableBuilder<TaskRunSortCriteria.Builder,TaskRunSortCriteria>
| Modifier and Type | Method and Description |
|---|---|
TaskRunSortCriteria.Builder |
column(String column)
The column to be used to sort the list of task runs for the machine learning transform.
|
TaskRunSortCriteria.Builder |
column(TaskRunSortColumnType column)
The column to be used to sort the list of task runs for the machine learning transform.
|
TaskRunSortCriteria.Builder |
sortDirection(SortDirectionType sortDirection)
The sort direction to be used to sort the list of task runs for the machine learning transform.
|
TaskRunSortCriteria.Builder |
sortDirection(String sortDirection)
The sort direction to be used to sort the list of task runs for the machine learning transform.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTaskRunSortCriteria.Builder column(String column)
The column to be used to sort the list of task runs for the machine learning transform.
column - The column to be used to sort the list of task runs for the machine learning transform.TaskRunSortColumnType,
TaskRunSortColumnTypeTaskRunSortCriteria.Builder column(TaskRunSortColumnType column)
The column to be used to sort the list of task runs for the machine learning transform.
column - The column to be used to sort the list of task runs for the machine learning transform.TaskRunSortColumnType,
TaskRunSortColumnTypeTaskRunSortCriteria.Builder sortDirection(String sortDirection)
The sort direction to be used to sort the list of task runs for the machine learning transform.
sortDirection - The sort direction to be used to sort the list of task runs for the machine learning transform.SortDirectionType,
SortDirectionTypeTaskRunSortCriteria.Builder sortDirection(SortDirectionType sortDirection)
The sort direction to be used to sort the list of task runs for the machine learning transform.
sortDirection - The sort direction to be used to sort the list of task runs for the machine learning transform.SortDirectionType,
SortDirectionTypeCopyright © 2023. All rights reserved.