@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 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 Integer maxResults()
The maximum number of model compilation jobs to return in the response.
public Instant creationTimeAfter()
A filter that returns the model compilation jobs that were created after a specified time.
public Instant creationTimeBefore()
A filter that returns the model compilation jobs that were created before a specified time.
public Instant lastModifiedTimeAfter()
A filter that returns the model compilation jobs that were modified after a specified time.
public Instant lastModifiedTimeBefore()
A filter that returns the model compilation jobs that were modified before a specified time.
public String nameContains()
A filter that returns the model compilation jobs whose name contains a specified string.
public 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 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 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 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 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 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 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 © 2019. All rights reserved.