Package | Description |
---|---|
software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
software.amazon.awssdk.services.sagemaker.paginators |
Modifier and Type | Method and Description |
---|---|
default ListProjectsResponse |
SageMakerClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Gets a list of the projects in an Amazon Web Services account.
|
default ListProjectsResponse |
SageMakerClient.listProjects(ListProjectsRequest listProjectsRequest)
Gets a list of the projects in an Amazon Web Services account.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<ListProjectsResponse> |
SageMakerAsyncClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Gets a list of the projects in an Amazon Web Services account.
|
default CompletableFuture<ListProjectsResponse> |
SageMakerAsyncClient.listProjects(ListProjectsRequest listProjectsRequest)
Gets a list of the projects in an Amazon Web Services account.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ListProjectsResponse> |
ListProjectsIterable.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ListProjectsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProjectsResponse> subscriber) |
Copyright © 2022. All rights reserved.