@Generated(value="software.amazon.awssdk:codegen") public final class ListCompilationJobsRequest extends SageMakerRequest implements ToCopyableBuilder<ListCompilationJobsRequest.Builder,ListCompilationJobsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListCompilationJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListCompilationJobsRequest.Builder |
builder() |
Instant |
creationTimeAfter()
A filter that returns the model compilation jobs that were created after a specified time.
|
Instant |
creationTimeBefore()
A filter that returns the model compilation jobs that were created before a specified time.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTimeAfter()
A filter that returns the model compilation jobs that were modified after a specified time.
|
Instant |
lastModifiedTimeBefore()
A filter that returns the model compilation jobs that were modified before a specified time.
|
Integer |
maxResults()
The maximum number of model compilation jobs to return in the response.
|
String |
nameContains()
A filter that returns the model compilation jobs whose name contains a specified string.
|
String |
nextToken()
If the result of the previous
ListCompilationJobs request was truncated, the response includes a
NextToken. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListCompilationJobsRequest.Builder> |
serializableBuilderClass() |
ListCompilationJobsSortBy |
sortBy()
The field by which to sort results.
|
String |
sortByAsString()
The field by which to sort results.
|
SortOrder |
sortOrder()
The sort order for results.
|
String |
sortOrderAsString()
The sort order for results.
|
CompilationJobStatus |
statusEquals()
A filter that retrieves model compilation jobs with a specific
DescribeCompilationJobResponse$CompilationJobStatus status.
|
String |
statusEqualsAsString()
A filter that retrieves model compilation jobs with a specific
DescribeCompilationJobResponse$CompilationJobStatus status.
|
ListCompilationJobsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
If the result of the previous ListCompilationJobs request was truncated, the response includes a
NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.
ListCompilationJobs request was truncated, the response
includes a NextToken. To retrieve the next set of model compilation jobs, use the token in
the next request.public final Integer maxResults()
The maximum number of model compilation jobs to return in the response.
public final Instant creationTimeAfter()
A filter that returns the model compilation jobs that were created after a specified time.
public final Instant creationTimeBefore()
A filter that returns the model compilation jobs that were created before a specified time.
public final Instant lastModifiedTimeAfter()
A filter that returns the model compilation jobs that were modified after a specified time.
public final Instant lastModifiedTimeBefore()
A filter that returns the model compilation jobs that were modified before a specified time.
public final String nameContains()
A filter that returns the model compilation jobs whose name contains a specified string.
public final CompilationJobStatus statusEquals()
A filter that retrieves model compilation jobs with a specific DescribeCompilationJobResponse$CompilationJobStatus status.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return CompilationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusEqualsAsString().
CompilationJobStatuspublic final String statusEqualsAsString()
A filter that retrieves model compilation jobs with a specific DescribeCompilationJobResponse$CompilationJobStatus status.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return CompilationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusEqualsAsString().
CompilationJobStatuspublic final ListCompilationJobsSortBy sortBy()
The field by which to sort results. The default is CreationTime.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ListCompilationJobsSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
CreationTime.ListCompilationJobsSortBypublic final String sortByAsString()
The field by which to sort results. The default is CreationTime.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ListCompilationJobsSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
CreationTime.ListCompilationJobsSortBypublic final SortOrder sortOrder()
The sort order for results. The default is Ascending.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
Ascending.SortOrderpublic final String sortOrderAsString()
The sort order for results. The default is Ascending.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
Ascending.SortOrderpublic ListCompilationJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListCompilationJobsRequest.Builder,ListCompilationJobsRequest>toBuilder in class SageMakerRequestpublic static ListCompilationJobsRequest.Builder builder()
public static Class<? extends ListCompilationJobsRequest.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 © 2022. All rights reserved.