| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAlgorithmsResult> |
AmazonSageMakerAsyncClient.listAlgorithmsAsync(ListAlgorithmsRequest request,
AsyncHandler<ListAlgorithmsRequest,ListAlgorithmsResult> asyncHandler) |
Future<ListAlgorithmsResult> |
AmazonSageMakerAsync.listAlgorithmsAsync(ListAlgorithmsRequest listAlgorithmsRequest,
AsyncHandler<ListAlgorithmsRequest,ListAlgorithmsResult> asyncHandler)
Lists the machine learning algorithms that have been created.
|
Future<ListAlgorithmsResult> |
AbstractAmazonSageMakerAsync.listAlgorithmsAsync(ListAlgorithmsRequest request,
AsyncHandler<ListAlgorithmsRequest,ListAlgorithmsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAlgorithmsRequest |
ListAlgorithmsRequest.clone() |
ListAlgorithmsRequest |
ListAlgorithmsRequest.withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only algorithms created after the specified time (timestamp).
|
ListAlgorithmsRequest |
ListAlgorithmsRequest.withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only algorithms created before the specified time (timestamp).
|
ListAlgorithmsRequest |
ListAlgorithmsRequest.withMaxResults(Integer maxResults)
The maximum number of algorithms to return in the response.
|
ListAlgorithmsRequest |
ListAlgorithmsRequest.withNameContains(String nameContains)
A string in the algorithm name.
|
ListAlgorithmsRequest |
ListAlgorithmsRequest.withNextToken(String nextToken)
If the response to a previous
ListAlgorithms request was truncated, the response includes a
NextToken. |
ListAlgorithmsRequest |
ListAlgorithmsRequest.withSortBy(AlgorithmSortBy sortBy)
The parameter by which to sort the results.
|
ListAlgorithmsRequest |
ListAlgorithmsRequest.withSortBy(String sortBy)
The parameter by which to sort the results.
|
ListAlgorithmsRequest |
ListAlgorithmsRequest.withSortOrder(SortOrder sortOrder)
The sort order for the results.
|
ListAlgorithmsRequest |
ListAlgorithmsRequest.withSortOrder(String sortOrder)
The sort order for the results.
|
Copyright © 2025. All rights reserved.