@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 Instant creationTimeAfter()
Request a list of jobs, using a filter for time.
public Instant creationTimeBefore()
Request a list of jobs, using a filter for time.
public Instant lastModifiedTimeAfter()
Request a list of jobs, using a filter for time.
public Instant lastModifiedTimeBefore()
Request a list of jobs, using a filter for time.
public String nameContains()
Request a list of jobs, using a search filter for name.
public 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 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 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().
AutoMLSortOrderpublic 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().
AutoMLSortOrderpublic AutoMLSortBy sortBy()
The parameter by which to sort the results. The default is AutoMLJobName.
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().
AutoMLSortBypublic String sortByAsString()
The parameter by which to sort the results. The default is AutoMLJobName.
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().
AutoMLSortBypublic Integer maxResults()
Request a list of jobs up to a specified limit.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.