| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators | |
| software.amazon.awssdk.services.sagemaker.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAlgorithmsResponse> |
SageMakerAsyncClient.listAlgorithms(ListAlgorithmsRequest listAlgorithmsRequest)
Lists the machine learning algorithms that have been created.
|
default ListAlgorithmsResponse |
SageMakerClient.listAlgorithms(ListAlgorithmsRequest listAlgorithmsRequest)
Lists the machine learning algorithms that have been created.
|
default ListAlgorithmsPublisher |
SageMakerAsyncClient.listAlgorithmsPaginator(ListAlgorithmsRequest listAlgorithmsRequest)
Lists the machine learning algorithms that have been created.
|
default ListAlgorithmsIterable |
SageMakerClient.listAlgorithmsPaginator(ListAlgorithmsRequest listAlgorithmsRequest)
Lists the machine learning algorithms that have been created.
|
| Constructor and Description |
|---|
ListAlgorithmsIterable(SageMakerClient client,
ListAlgorithmsRequest firstRequest) |
ListAlgorithmsPublisher(SageMakerAsyncClient client,
ListAlgorithmsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAlgorithmsRequestMarshaller.marshall(ListAlgorithmsRequest listAlgorithmsRequest) |
Copyright © 2023. All rights reserved.