Class ListAutoMlJobsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerRequest
-
- software.amazon.awssdk.services.sagemaker.model.ListAutoMlJobsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListAutoMlJobsRequest.Builder,ListAutoMlJobsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListAutoMlJobsRequest extends SageMakerRequest implements ToCopyableBuilder<ListAutoMlJobsRequest.Builder,ListAutoMlJobsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListAutoMlJobsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListAutoMlJobsRequest.Builderbuilder()InstantcreationTimeAfter()Request a list of jobs, using a filter for time.InstantcreationTimeBefore()Request a list of jobs, using a filter for time.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedTimeAfter()Request a list of jobs, using a filter for time.InstantlastModifiedTimeBefore()Request a list of jobs, using a filter for time.IntegermaxResults()Request a list of jobs up to a specified limit.StringnameContains()Request a list of jobs, using a search filter for name.StringnextToken()If the previous response was truncated, you receive this token.List<SdkField<?>>sdkFields()static Class<? extends ListAutoMlJobsRequest.Builder>serializableBuilderClass()AutoMLSortBysortBy()The parameter by which to sort the results.StringsortByAsString()The parameter by which to sort the results.AutoMLSortOrdersortOrder()The sort order for the results.StringsortOrderAsString()The sort order for the results.AutoMLJobStatusstatusEquals()Request a list of jobs, using a filter for status.StringstatusEqualsAsString()Request a list of jobs, using a filter for status.ListAutoMlJobsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
creationTimeAfter
public final Instant creationTimeAfter()
Request a list of jobs, using a filter for time.
- Returns:
- Request a list of jobs, using a filter for time.
-
creationTimeBefore
public final Instant creationTimeBefore()
Request a list of jobs, using a filter for time.
- Returns:
- Request a list of jobs, using a filter for time.
-
lastModifiedTimeAfter
public final Instant lastModifiedTimeAfter()
Request a list of jobs, using a filter for time.
- Returns:
- Request a list of jobs, using a filter for time.
-
lastModifiedTimeBefore
public final Instant lastModifiedTimeBefore()
Request a list of jobs, using a filter for time.
- Returns:
- Request a list of jobs, using a filter for time.
-
nameContains
public final String nameContains()
Request a list of jobs, using a search filter for name.
- Returns:
- Request a list of jobs, using a search filter for name.
-
statusEquals
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,
statusEqualswill returnAutoMLJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusEqualsAsString().- Returns:
- Request a list of jobs, using a filter for status.
- See Also:
AutoMLJobStatus
-
statusEqualsAsString
public 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,
statusEqualswill returnAutoMLJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusEqualsAsString().- Returns:
- Request a list of jobs, using a filter for status.
- See Also:
AutoMLJobStatus
-
sortOrder
public 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,
sortOrderwill returnAutoMLSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- The sort order for the results. The default is
Descending. - See Also:
AutoMLSortOrder
-
sortOrderAsString
public 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,
sortOrderwill returnAutoMLSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- The sort order for the results. The default is
Descending. - See Also:
AutoMLSortOrder
-
sortBy
public 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,
sortBywill returnAutoMLSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- The parameter by which to sort the results. The default is
Name. - See Also:
AutoMLSortBy
-
sortByAsString
public 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,
sortBywill returnAutoMLSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- The parameter by which to sort the results. The default is
Name. - See Also:
AutoMLSortBy
-
maxResults
public final Integer maxResults()
Request a list of jobs up to a specified limit.
- Returns:
- Request a list of jobs up to a specified limit.
-
nextToken
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.
- Returns:
- If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
-
toBuilder
public ListAutoMlJobsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListAutoMlJobsRequest.Builder,ListAutoMlJobsRequest>- Specified by:
toBuilderin classSageMakerRequest
-
builder
public static ListAutoMlJobsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListAutoMlJobsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-