@Generated(value="software.amazon.awssdk:codegen") public final class TransformSortCriteria extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransformSortCriteria.Builder,TransformSortCriteria>
The sorting criteria that are associated with the machine learning transform.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TransformSortCriteria.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TransformSortCriteria.Builder |
builder() |
TransformSortColumnType |
column()
The column to be used in the sorting criteria that are associated with the machine learning transform.
|
String |
columnAsString()
The column to be used in the sorting criteria that are associated with the machine learning transform.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransformSortCriteria.Builder> |
serializableBuilderClass() |
SortDirectionType |
sortDirection()
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
|
String |
sortDirectionAsString()
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
|
TransformSortCriteria.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TransformSortColumnType column()
The column to be used in the sorting criteria that are associated with the machine learning transform.
If the service returns an enum value that is not available in the current SDK version, column will
return TransformSortColumnType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from columnAsString().
TransformSortColumnTypepublic final String columnAsString()
The column to be used in the sorting criteria that are associated with the machine learning transform.
If the service returns an enum value that is not available in the current SDK version, column will
return TransformSortColumnType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from columnAsString().
TransformSortColumnTypepublic final SortDirectionType sortDirection()
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
If the service returns an enum value that is not available in the current SDK version, sortDirection
will return SortDirectionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sortDirectionAsString().
SortDirectionTypepublic final String sortDirectionAsString()
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
If the service returns an enum value that is not available in the current SDK version, sortDirection
will return SortDirectionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sortDirectionAsString().
SortDirectionTypepublic TransformSortCriteria.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TransformSortCriteria.Builder,TransformSortCriteria>public static TransformSortCriteria.Builder builder()
public static Class<? extends TransformSortCriteria.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.