@Generated(value="software.amazon.awssdk:codegen") public final class TaskRunSortCriteria extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TaskRunSortCriteria.Builder,TaskRunSortCriteria>
The sorting criteria that are used to sort the list of task runs for the machine learning transform.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TaskRunSortCriteria.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TaskRunSortCriteria.Builder |
builder() |
TaskRunSortColumnType |
column()
The column to be used to sort the list of task runs for the machine learning transform.
|
String |
columnAsString()
The column to be used to sort the list of task runs for 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 TaskRunSortCriteria.Builder> |
serializableBuilderClass() |
SortDirectionType |
sortDirection()
The sort direction to be used to sort the list of task runs for the machine learning transform.
|
String |
sortDirectionAsString()
The sort direction to be used to sort the list of task runs for the machine learning transform.
|
TaskRunSortCriteria.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TaskRunSortColumnType column()
The column to be used to sort the list of task runs for the machine learning transform.
If the service returns an enum value that is not available in the current SDK version, column will
return TaskRunSortColumnType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from columnAsString().
TaskRunSortColumnTypepublic final String columnAsString()
The column to be used to sort the list of task runs for the machine learning transform.
If the service returns an enum value that is not available in the current SDK version, column will
return TaskRunSortColumnType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from columnAsString().
TaskRunSortColumnTypepublic final SortDirectionType sortDirection()
The sort direction to be used to sort the list of task runs for 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 to sort the list of task runs for 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 TaskRunSortCriteria.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TaskRunSortCriteria.Builder,TaskRunSortCriteria>public static TaskRunSortCriteria.Builder builder()
public static Class<? extends TaskRunSortCriteria.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.