| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
TransformSortCriteria |
TransformSortCriteria.clone() |
TransformSortCriteria |
ListMLTransformsRequest.getSort()
A
TransformSortCriteria used to sort the machine learning transforms. |
TransformSortCriteria |
GetMLTransformsRequest.getSort()
The sorting criteria.
|
TransformSortCriteria |
TransformSortCriteria.withColumn(String column)
The column to be used in the sorting criteria that are associated with the machine learning transform.
|
TransformSortCriteria |
TransformSortCriteria.withColumn(TransformSortColumnType column)
The column to be used in the sorting criteria that are associated with the machine learning transform.
|
TransformSortCriteria |
TransformSortCriteria.withSortDirection(SortDirectionType sortDirection)
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
|
TransformSortCriteria |
TransformSortCriteria.withSortDirection(String sortDirection)
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMLTransformsRequest.setSort(TransformSortCriteria sort)
A
TransformSortCriteria used to sort the machine learning transforms. |
void |
GetMLTransformsRequest.setSort(TransformSortCriteria sort)
The sorting criteria.
|
ListMLTransformsRequest |
ListMLTransformsRequest.withSort(TransformSortCriteria sort)
A
TransformSortCriteria used to sort the machine learning transforms. |
GetMLTransformsRequest |
GetMLTransformsRequest.withSort(TransformSortCriteria sort)
The sorting criteria.
|
Copyright © 2025. All rights reserved.