public static interface TransformSortCriteria.Builder extends SdkPojo, CopyableBuilder<TransformSortCriteria.Builder,TransformSortCriteria>
| Modifier and Type | Method and Description |
|---|---|
TransformSortCriteria.Builder |
column(String column)
The column to be used in the sorting criteria that are associated with the machine learning transform.
|
TransformSortCriteria.Builder |
column(TransformSortColumnType column)
The column to be used in the sorting criteria that are associated with the machine learning transform.
|
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 |
sortDirection(String sortDirection)
The sort direction to be used in the sorting criteria that are associated with the machine learning
transform.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTransformSortCriteria.Builder column(String column)
The column to be used in the sorting criteria that are associated with the machine learning transform.
column - The column to be used in the sorting criteria that are associated with the machine learning transform.TransformSortColumnType,
TransformSortColumnTypeTransformSortCriteria.Builder column(TransformSortColumnType column)
The column to be used in the sorting criteria that are associated with the machine learning transform.
column - The column to be used in the sorting criteria that are associated with the machine learning transform.TransformSortColumnType,
TransformSortColumnTypeTransformSortCriteria.Builder sortDirection(String sortDirection)
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
sortDirection - The sort direction to be used in the sorting criteria that are associated with the machine learning
transform.SortDirectionType,
SortDirectionTypeTransformSortCriteria.Builder sortDirection(SortDirectionType sortDirection)
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
sortDirection - The sort direction to be used in the sorting criteria that are associated with the machine learning
transform.SortDirectionType,
SortDirectionTypeCopyright © 2023. All rights reserved.