Interface ListModelCardsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListModelCardsRequest.Builder,ListModelCardsRequest>,SageMakerRequest.Builder,SdkBuilder<ListModelCardsRequest.Builder,ListModelCardsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListModelCardsRequest
public static interface ListModelCardsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListModelCardsRequest.Builder,ListModelCardsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListModelCardsRequest.BuildercreationTimeAfter(Instant creationTimeAfter)Only list model cards that were created after the time specified.ListModelCardsRequest.BuildercreationTimeBefore(Instant creationTimeBefore)Only list model cards that were created before the time specified.ListModelCardsRequest.BuildermaxResults(Integer maxResults)The maximum number of model cards to list.ListModelCardsRequest.BuildermodelCardStatus(String modelCardStatus)Only list model cards with the specified approval status.ListModelCardsRequest.BuildermodelCardStatus(ModelCardStatus modelCardStatus)Only list model cards with the specified approval status.ListModelCardsRequest.BuildernameContains(String nameContains)Only list model cards with names that contain the specified string.ListModelCardsRequest.BuildernextToken(String nextToken)If the response to a previousListModelCardsrequest was truncated, the response includes aNextToken.ListModelCardsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListModelCardsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListModelCardsRequest.BuildersortBy(String sortBy)Sort model cards by either name or creation time.ListModelCardsRequest.BuildersortBy(ModelCardSortBy sortBy)Sort model cards by either name or creation time.ListModelCardsRequest.BuildersortOrder(String sortOrder)Sort model cards by ascending or descending order.ListModelCardsRequest.BuildersortOrder(ModelCardSortOrder sortOrder)Sort model cards by ascending or descending order.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
creationTimeAfter
ListModelCardsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
Only list model cards that were created after the time specified.
- Parameters:
creationTimeAfter- Only list model cards that were created after the time specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
ListModelCardsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
Only list model cards that were created before the time specified.
- Parameters:
creationTimeBefore- Only list model cards that were created before the time specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListModelCardsRequest.Builder maxResults(Integer maxResults)
The maximum number of model cards to list.
- Parameters:
maxResults- The maximum number of model cards to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nameContains
ListModelCardsRequest.Builder nameContains(String nameContains)
Only list model cards with names that contain the specified string.
- Parameters:
nameContains- Only list model cards with names that contain the specified string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelCardStatus
ListModelCardsRequest.Builder modelCardStatus(String modelCardStatus)
Only list model cards with the specified approval status.
- Parameters:
modelCardStatus- Only list model cards with the specified approval status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelCardStatus,ModelCardStatus
-
modelCardStatus
ListModelCardsRequest.Builder modelCardStatus(ModelCardStatus modelCardStatus)
Only list model cards with the specified approval status.
- Parameters:
modelCardStatus- Only list model cards with the specified approval status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelCardStatus,ModelCardStatus
-
nextToken
ListModelCardsRequest.Builder nextToken(String nextToken)
If the response to a previous
ListModelCardsrequest was truncated, the response includes aNextToken. To retrieve the next set of model cards, use the token in the next request.- Parameters:
nextToken- If the response to a previousListModelCardsrequest was truncated, the response includes aNextToken. To retrieve the next set of model cards, use the token in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
ListModelCardsRequest.Builder sortBy(String sortBy)
Sort model cards by either name or creation time. Sorts by creation time by default.
- Parameters:
sortBy- Sort model cards by either name or creation time. Sorts by creation time by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelCardSortBy,ModelCardSortBy
-
sortBy
ListModelCardsRequest.Builder sortBy(ModelCardSortBy sortBy)
Sort model cards by either name or creation time. Sorts by creation time by default.
- Parameters:
sortBy- Sort model cards by either name or creation time. Sorts by creation time by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelCardSortBy,ModelCardSortBy
-
sortOrder
ListModelCardsRequest.Builder sortOrder(String sortOrder)
Sort model cards by ascending or descending order.
- Parameters:
sortOrder- Sort model cards by ascending or descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelCardSortOrder,ModelCardSortOrder
-
sortOrder
ListModelCardsRequest.Builder sortOrder(ModelCardSortOrder sortOrder)
Sort model cards by ascending or descending order.
- Parameters:
sortOrder- Sort model cards by ascending or descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelCardSortOrder,ModelCardSortOrder
-
overrideConfiguration
ListModelCardsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListModelCardsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-