| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ListAlgorithmsResult |
AmazonSageMaker.listAlgorithms(ListAlgorithmsRequest listAlgorithmsRequest)
Lists the machine learning algorithms that have been created.
|
ListAlgorithmsResult |
AmazonSageMakerClient.listAlgorithms(ListAlgorithmsRequest request)
Lists the machine learning algorithms that have been created.
|
ListAlgorithmsResult |
AbstractAmazonSageMaker.listAlgorithms(ListAlgorithmsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<ListAlgorithmsResult> |
AmazonSageMakerAsyncClient.listAlgorithmsAsync(ListAlgorithmsRequest request,
AsyncHandler<ListAlgorithmsRequest,ListAlgorithmsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAlgorithmsResult |
ListAlgorithmsResult.clone() |
ListAlgorithmsResult |
ListAlgorithmsResult.withAlgorithmSummaryList(AlgorithmSummary... algorithmSummaryList)
>An array of
AlgorithmSummary objects, each of which lists an algorithm. |
ListAlgorithmsResult |
ListAlgorithmsResult.withAlgorithmSummaryList(Collection<AlgorithmSummary> algorithmSummaryList)
>An array of
AlgorithmSummary objects, each of which lists an algorithm. |
ListAlgorithmsResult |
ListAlgorithmsResult.withNextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token.
|
Copyright © 2020. All rights reserved.