| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAlgorithmsResponse |
SageMakerClient.listAlgorithms()
Lists the machine learning algorithms that have been created.
|
default ListAlgorithmsResponse |
SageMakerClient.listAlgorithms(Consumer<ListAlgorithmsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAlgorithmsResponse> |
SageMakerAsyncClient.listAlgorithms()
Lists the machine learning algorithms that have been created.
|
default CompletableFuture<ListAlgorithmsResponse> |
SageMakerAsyncClient.listAlgorithms(Consumer<ListAlgorithmsRequest.Builder> listAlgorithmsRequest)
Lists the machine learning algorithms that have been created.
|
default CompletableFuture<ListAlgorithmsResponse> |
SageMakerAsyncClient.listAlgorithms(ListAlgorithmsRequest listAlgorithmsRequest)
Lists the machine learning algorithms that have been created.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAlgorithmsResponse> |
ListAlgorithmsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAlgorithmsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAlgorithmsResponse> subscriber) |
Copyright © 2022. All rights reserved.