public static interface ListModelCardsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListModelCardsRequest.Builder,ListModelCardsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListModelCardsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
Only list model cards that were created after the time specified.
|
ListModelCardsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
Only list model cards that were created before the time specified.
|
ListModelCardsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of model cards to list.
|
ListModelCardsRequest.Builder |
modelCardStatus(ModelCardStatus modelCardStatus)
Only list model cards with the specified approval status.
|
ListModelCardsRequest.Builder |
modelCardStatus(String modelCardStatus)
Only list model cards with the specified approval status.
|
ListModelCardsRequest.Builder |
nameContains(String nameContains)
Only list model cards with names that contain the specified string.
|
ListModelCardsRequest.Builder |
nextToken(String nextToken)
If the response to a previous
ListModelCards request was truncated, the response includes a
NextToken. |
ListModelCardsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListModelCardsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListModelCardsRequest.Builder |
sortBy(ModelCardSortBy sortBy)
Sort model cards by either name or creation time.
|
ListModelCardsRequest.Builder |
sortBy(String sortBy)
Sort model cards by either name or creation time.
|
ListModelCardsRequest.Builder |
sortOrder(ModelCardSortOrder sortOrder)
Sort model cards by ascending or descending order.
|
ListModelCardsRequest.Builder |
sortOrder(String sortOrder)
Sort model cards by ascending or descending order.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListModelCardsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
Only list model cards that were created after the time specified.
creationTimeAfter - Only list model cards that were created after the time specified.ListModelCardsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
Only list model cards that were created before the time specified.
creationTimeBefore - Only list model cards that were created before the time specified.ListModelCardsRequest.Builder maxResults(Integer maxResults)
The maximum number of model cards to list.
maxResults - The maximum number of model cards to list.ListModelCardsRequest.Builder nameContains(String nameContains)
Only list model cards with names that contain the specified string.
nameContains - Only list model cards with names that contain the specified string.ListModelCardsRequest.Builder modelCardStatus(String modelCardStatus)
Only list model cards with the specified approval status.
modelCardStatus - Only list model cards with the specified approval status.ModelCardStatus,
ModelCardStatusListModelCardsRequest.Builder modelCardStatus(ModelCardStatus modelCardStatus)
Only list model cards with the specified approval status.
modelCardStatus - Only list model cards with the specified approval status.ModelCardStatus,
ModelCardStatusListModelCardsRequest.Builder nextToken(String nextToken)
If the response to a previous ListModelCards request was truncated, the response includes a
NextToken. To retrieve the next set of model cards, use the token in the next request.
nextToken - If the response to a previous ListModelCards request was truncated, the response includes
a NextToken. To retrieve the next set of model cards, use the token in the next request.ListModelCardsRequest.Builder sortBy(String sortBy)
Sort model cards by either name or creation time. Sorts by creation time by default.
sortBy - Sort model cards by either name or creation time. Sorts by creation time by default.ModelCardSortBy,
ModelCardSortByListModelCardsRequest.Builder sortBy(ModelCardSortBy sortBy)
Sort model cards by either name or creation time. Sorts by creation time by default.
sortBy - Sort model cards by either name or creation time. Sorts by creation time by default.ModelCardSortBy,
ModelCardSortByListModelCardsRequest.Builder sortOrder(String sortOrder)
Sort model cards by ascending or descending order.
sortOrder - Sort model cards by ascending or descending order.ModelCardSortOrder,
ModelCardSortOrderListModelCardsRequest.Builder sortOrder(ModelCardSortOrder sortOrder)
Sort model cards by ascending or descending order.
sortOrder - Sort model cards by ascending or descending order.ModelCardSortOrder,
ModelCardSortOrderListModelCardsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListModelCardsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.