@Generated(value="software.amazon.awssdk:codegen") public final class ListModelCardExportJobsRequest extends SageMakerRequest implements ToCopyableBuilder<ListModelCardExportJobsRequest.Builder,ListModelCardExportJobsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListModelCardExportJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListModelCardExportJobsRequest.Builder |
builder() |
Instant |
creationTimeAfter()
Only list model card export jobs that were created after the time specified.
|
Instant |
creationTimeBefore()
Only list model card export jobs that were created before the time specified.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of model card export jobs to list.
|
String |
modelCardExportJobNameContains()
Only list model card export jobs with names that contain the specified string.
|
String |
modelCardName()
List export jobs for the model card with the specified name.
|
Integer |
modelCardVersion()
List export jobs for the model card with the specified version.
|
String |
nextToken()
If the response to a previous
ListModelCardExportJobs request was truncated, the response includes a
NextToken. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListModelCardExportJobsRequest.Builder> |
serializableBuilderClass() |
ModelCardExportJobSortBy |
sortBy()
Sort model card export jobs by either name or creation time.
|
String |
sortByAsString()
Sort model card export jobs by either name or creation time.
|
ModelCardExportJobSortOrder |
sortOrder()
Sort model card export jobs by ascending or descending order.
|
String |
sortOrderAsString()
Sort model card export jobs by ascending or descending order.
|
ModelCardExportJobStatus |
statusEquals()
Only list model card export jobs with the specified status.
|
String |
statusEqualsAsString()
Only list model card export jobs with the specified status.
|
ListModelCardExportJobsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelCardName()
List export jobs for the model card with the specified name.
public final Integer modelCardVersion()
List export jobs for the model card with the specified version.
public final Instant creationTimeAfter()
Only list model card export jobs that were created after the time specified.
public final Instant creationTimeBefore()
Only list model card export jobs that were created before the time specified.
public final String modelCardExportJobNameContains()
Only list model card export jobs with names that contain the specified string.
public final ModelCardExportJobStatus statusEquals()
Only list model card export jobs with the specified status.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return ModelCardExportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusEqualsAsString().
ModelCardExportJobStatuspublic final String statusEqualsAsString()
Only list model card export jobs with the specified status.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return ModelCardExportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusEqualsAsString().
ModelCardExportJobStatuspublic final ModelCardExportJobSortBy sortBy()
Sort model card export jobs by either name or creation time. Sorts by creation time by default.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ModelCardExportJobSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
ModelCardExportJobSortBypublic final String sortByAsString()
Sort model card export jobs by either name or creation time. Sorts by creation time by default.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ModelCardExportJobSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
ModelCardExportJobSortBypublic final ModelCardExportJobSortOrder sortOrder()
Sort model card export jobs by ascending or descending order.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return ModelCardExportJobSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortOrderAsString().
ModelCardExportJobSortOrderpublic final String sortOrderAsString()
Sort model card export jobs by ascending or descending order.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return ModelCardExportJobSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortOrderAsString().
ModelCardExportJobSortOrderpublic final String nextToken()
If the response to a previous ListModelCardExportJobs request was truncated, the response includes a
NextToken. To retrieve the next set of model card export jobs, use the token in the next request.
ListModelCardExportJobs request was truncated, the response
includes a NextToken. To retrieve the next set of model card export jobs, use the token in
the next request.public final Integer maxResults()
The maximum number of model card export jobs to list.
public ListModelCardExportJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListModelCardExportJobsRequest.Builder,ListModelCardExportJobsRequest>toBuilder in class SageMakerRequestpublic static ListModelCardExportJobsRequest.Builder builder()
public static Class<? extends ListModelCardExportJobsRequest.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.