@Generated(value="software.amazon.awssdk:codegen") public final class ListAutoMlJobsRequest extends SageMakerRequest implements ToCopyableBuilder<ListAutoMlJobsRequest.Builder,ListAutoMlJobsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAutoMlJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListAutoMlJobsRequest.Builder |
builder() |
Instant |
creationTimeAfter()
Request a list of jobs, using a filter for time.
|
Instant |
creationTimeBefore()
Request a list of jobs, using a filter for time.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTimeAfter()
Request a list of jobs, using a filter for time.
|
Instant |
lastModifiedTimeBefore()
Request a list of jobs, using a filter for time.
|
Integer |
maxResults()
Request a list of jobs up to a specified limit.
|
String |
nameContains()
Request a list of jobs, using a search filter for name.
|
String |
nextToken()
If the previous response was truncated, you receive this token.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAutoMlJobsRequest.Builder> |
serializableBuilderClass() |
AutoMLSortBy |
sortBy()
The parameter by which to sort the results.
|
String |
sortByAsString()
The parameter by which to sort the results.
|
AutoMLSortOrder |
sortOrder()
The sort order for the results.
|
String |
sortOrderAsString()
The sort order for the results.
|
AutoMLJobStatus |
statusEquals()
Request a list of jobs, using a filter for status.
|
String |
statusEqualsAsString()
Request a list of jobs, using a filter for status.
|
ListAutoMlJobsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant creationTimeAfter()
Request a list of jobs, using a filter for time.
public final Instant creationTimeBefore()
Request a list of jobs, using a filter for time.
public final Instant lastModifiedTimeAfter()
Request a list of jobs, using a filter for time.
public final Instant lastModifiedTimeBefore()
Request a list of jobs, using a filter for time.
public final String nameContains()
Request a list of jobs, using a search filter for name.
public final AutoMLJobStatus statusEquals()
Request a list of jobs, using a filter for status.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return AutoMLJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusEqualsAsString().
AutoMLJobStatuspublic final String statusEqualsAsString()
Request a list of jobs, using a filter for status.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return AutoMLJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusEqualsAsString().
AutoMLJobStatuspublic final AutoMLSortOrder sortOrder()
The sort order for the results. The default is Descending.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return AutoMLSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
Descending.AutoMLSortOrderpublic final String sortOrderAsString()
The sort order for the results. The default is Descending.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return AutoMLSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
Descending.AutoMLSortOrderpublic final AutoMLSortBy sortBy()
The parameter by which to sort the results. The default is Name.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return AutoMLSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
Name.AutoMLSortBypublic final String sortByAsString()
The parameter by which to sort the results. The default is Name.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return AutoMLSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
Name.AutoMLSortBypublic final Integer maxResults()
Request a list of jobs up to a specified limit.
public final String nextToken()
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
public ListAutoMlJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAutoMlJobsRequest.Builder,ListAutoMlJobsRequest>toBuilder in class SageMakerRequestpublic static ListAutoMlJobsRequest.Builder builder()
public static Class<? extends ListAutoMlJobsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.