@Generated(value="software.amazon.awssdk:codegen") public final class TaskRunFilterCriteria extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TaskRunFilterCriteria.Builder,TaskRunFilterCriteria>
The criteria that are used to filter the task runs for the machine learning transform.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TaskRunFilterCriteria.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TaskRunFilterCriteria.Builder |
builder() |
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 TaskRunFilterCriteria.Builder> |
serializableBuilderClass() |
Instant |
startedAfter()
Filter on task runs started after this date.
|
Instant |
startedBefore()
Filter on task runs started before this date.
|
TaskStatusType |
status()
The current status of the task run.
|
String |
statusAsString()
The current status of the task run.
|
TaskType |
taskRunType()
The type of task run.
|
String |
taskRunTypeAsString()
The type of task run.
|
TaskRunFilterCriteria.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TaskType taskRunType()
The type of task run.
If the service returns an enum value that is not available in the current SDK version, taskRunType will
return TaskType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
taskRunTypeAsString().
TaskTypepublic final String taskRunTypeAsString()
The type of task run.
If the service returns an enum value that is not available in the current SDK version, taskRunType will
return TaskType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
taskRunTypeAsString().
TaskTypepublic final TaskStatusType status()
The current status of the task run.
If the service returns an enum value that is not available in the current SDK version, status will
return TaskStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
TaskStatusTypepublic final String statusAsString()
The current status of the task run.
If the service returns an enum value that is not available in the current SDK version, status will
return TaskStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
TaskStatusTypepublic final Instant startedBefore()
Filter on task runs started before this date.
public final Instant startedAfter()
Filter on task runs started after this date.
public TaskRunFilterCriteria.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TaskRunFilterCriteria.Builder,TaskRunFilterCriteria>public static TaskRunFilterCriteria.Builder builder()
public static Class<? extends TaskRunFilterCriteria.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.