public static interface ListModelsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListModelsRequest.Builder,ListModelsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListModelsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
A filter that returns only models with a creation time greater than or equal to the specified time
(timestamp).
|
ListModelsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
A filter that returns only models created before the specified time (timestamp).
|
ListModelsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of models to return in the response.
|
ListModelsRequest.Builder |
nameContains(String nameContains)
A string in the model name.
|
ListModelsRequest.Builder |
nextToken(String nextToken)
If the response to a previous
ListModels request was truncated, the response includes a
NextToken. |
ListModelsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListModelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListModelsRequest.Builder |
sortBy(ModelSortKey sortBy)
Sorts the list of results.
|
ListModelsRequest.Builder |
sortBy(String sortBy)
Sorts the list of results.
|
ListModelsRequest.Builder |
sortOrder(OrderKey sortOrder)
The sort order for results.
|
ListModelsRequest.Builder |
sortOrder(String sortOrder)
The sort order for results.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListModelsRequest.Builder sortBy(String sortBy)
Sorts the list of results. The default is CreationTime.
sortBy - Sorts the list of results. The default is CreationTime.ModelSortKey,
ModelSortKeyListModelsRequest.Builder sortBy(ModelSortKey sortBy)
Sorts the list of results. The default is CreationTime.
sortBy - Sorts the list of results. The default is CreationTime.ModelSortKey,
ModelSortKeyListModelsRequest.Builder sortOrder(String sortOrder)
The sort order for results. The default is Descending.
ListModelsRequest.Builder sortOrder(OrderKey sortOrder)
The sort order for results. The default is Descending.
ListModelsRequest.Builder nextToken(String nextToken)
If the response to a previous ListModels request was truncated, the response includes a
NextToken. To retrieve the next set of models, use the token in the next request.
nextToken - If the response to a previous ListModels request was truncated, the response includes a
NextToken. To retrieve the next set of models, use the token in the next request.ListModelsRequest.Builder maxResults(Integer maxResults)
The maximum number of models to return in the response.
maxResults - The maximum number of models to return in the response.ListModelsRequest.Builder nameContains(String nameContains)
A string in the model name. This filter returns only models whose name contains the specified string.
nameContains - A string in the model name. This filter returns only models whose name contains the specified string.ListModelsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only models created before the specified time (timestamp).
creationTimeBefore - A filter that returns only models created before the specified time (timestamp).ListModelsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only models with a creation time greater than or equal to the specified time (timestamp).
creationTimeAfter - A filter that returns only models with a creation time greater than or equal to the specified time
(timestamp).ListModelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListModelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.