public static interface ListAlgorithmsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListAlgorithmsRequest.Builder,ListAlgorithmsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAlgorithmsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
A filter that returns only algorithms created after the specified time (timestamp).
|
ListAlgorithmsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
A filter that returns only algorithms created before the specified time (timestamp).
|
ListAlgorithmsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of algorithms to return in the response.
|
ListAlgorithmsRequest.Builder |
nameContains(String nameContains)
A string in the algorithm name.
|
ListAlgorithmsRequest.Builder |
nextToken(String nextToken)
If the response to a previous
ListAlgorithms request was truncated, the response includes a
NextToken. |
ListAlgorithmsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAlgorithmsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAlgorithmsRequest.Builder |
sortBy(AlgorithmSortBy sortBy)
The parameter by which to sort the results.
|
ListAlgorithmsRequest.Builder |
sortBy(String sortBy)
The parameter by which to sort the results.
|
ListAlgorithmsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order for the results.
|
ListAlgorithmsRequest.Builder |
sortOrder(String sortOrder)
The sort order for the results.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAlgorithmsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only algorithms created after the specified time (timestamp).
creationTimeAfter - A filter that returns only algorithms created after the specified time (timestamp).ListAlgorithmsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only algorithms created before the specified time (timestamp).
creationTimeBefore - A filter that returns only algorithms created before the specified time (timestamp).ListAlgorithmsRequest.Builder maxResults(Integer maxResults)
The maximum number of algorithms to return in the response.
maxResults - The maximum number of algorithms to return in the response.ListAlgorithmsRequest.Builder nameContains(String nameContains)
A string in the algorithm name. This filter returns only algorithms whose name contains the specified string.
nameContains - A string in the algorithm name. This filter returns only algorithms whose name contains the specified
string.ListAlgorithmsRequest.Builder nextToken(String nextToken)
If the response to a previous ListAlgorithms request was truncated, the response includes a
NextToken. To retrieve the next set of algorithms, use the token in the next request.
nextToken - If the response to a previous ListAlgorithms request was truncated, the response includes
a NextToken. To retrieve the next set of algorithms, use the token in the next request.ListAlgorithmsRequest.Builder sortBy(String sortBy)
The parameter by which to sort the results. The default is CreationTime.
sortBy - The parameter by which to sort the results. The default is CreationTime.AlgorithmSortBy,
AlgorithmSortByListAlgorithmsRequest.Builder sortBy(AlgorithmSortBy sortBy)
The parameter by which to sort the results. The default is CreationTime.
sortBy - The parameter by which to sort the results. The default is CreationTime.AlgorithmSortBy,
AlgorithmSortByListAlgorithmsRequest.Builder sortOrder(String sortOrder)
The sort order for the results. The default is Ascending.
ListAlgorithmsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for the results. The default is Ascending.
ListAlgorithmsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAlgorithmsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.