| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
TaskRunSortCriteria |
TaskRunSortCriteria.clone() |
TaskRunSortCriteria |
GetMLTaskRunsRequest.getSort()
The sorting criteria, in the
TaskRunSortCriteria structure, for the task run. |
TaskRunSortCriteria |
TaskRunSortCriteria.withColumn(String column)
The column to be used to sort the list of task runs for the machine learning transform.
|
TaskRunSortCriteria |
TaskRunSortCriteria.withColumn(TaskRunSortColumnType column)
The column to be used to sort the list of task runs for the machine learning transform.
|
TaskRunSortCriteria |
TaskRunSortCriteria.withSortDirection(SortDirectionType sortDirection)
The sort direction to be used to sort the list of task runs for the machine learning transform.
|
TaskRunSortCriteria |
TaskRunSortCriteria.withSortDirection(String sortDirection)
The sort direction to be used to sort the list of task runs for the machine learning transform.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMLTaskRunsRequest.setSort(TaskRunSortCriteria sort)
The sorting criteria, in the
TaskRunSortCriteria structure, for the task run. |
GetMLTaskRunsRequest |
GetMLTaskRunsRequest.withSort(TaskRunSortCriteria sort)
The sorting criteria, in the
TaskRunSortCriteria structure, for the task run. |
Copyright © 2019. All rights reserved.