| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static TransformSortCriteria.Builder |
TransformSortCriteria.builder() |
TransformSortCriteria.Builder |
TransformSortCriteria.Builder.column(String column)
The column to be used in the sorting criteria that are associated with the machine learning transform.
|
TransformSortCriteria.Builder |
TransformSortCriteria.Builder.column(TransformSortColumnType column)
The column to be used in the sorting criteria that are associated with the machine learning transform.
|
TransformSortCriteria.Builder |
TransformSortCriteria.Builder.sortDirection(SortDirectionType sortDirection)
The sort direction to be used in the sorting criteria that are associated with the machine learning
transform.
|
TransformSortCriteria.Builder |
TransformSortCriteria.Builder.sortDirection(String sortDirection)
The sort direction to be used in the sorting criteria that are associated with the machine learning
transform.
|
TransformSortCriteria.Builder |
TransformSortCriteria.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TransformSortCriteria.Builder> |
TransformSortCriteria.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetMlTransformsRequest.Builder |
GetMlTransformsRequest.Builder.sort(Consumer<TransformSortCriteria.Builder> sort)
The sorting criteria.
|
default ListMlTransformsRequest.Builder |
ListMlTransformsRequest.Builder.sort(Consumer<TransformSortCriteria.Builder> sort)
A
TransformSortCriteria used to sort the machine learning transforms. |
Copyright © 2023. All rights reserved.