| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators | |
| software.amazon.awssdk.services.sagemaker.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListActionsResponse |
SageMakerClient.listActions(ListActionsRequest listActionsRequest)
Lists the actions in your account and their properties.
|
default CompletableFuture<ListActionsResponse> |
SageMakerAsyncClient.listActions(ListActionsRequest listActionsRequest)
Lists the actions in your account and their properties.
|
default ListActionsIterable |
SageMakerClient.listActionsPaginator(ListActionsRequest listActionsRequest)
Lists the actions in your account and their properties.
|
default ListActionsPublisher |
SageMakerAsyncClient.listActionsPaginator(ListActionsRequest listActionsRequest)
Lists the actions in your account and their properties.
|
| Constructor and Description |
|---|
ListActionsIterable(SageMakerClient client,
ListActionsRequest firstRequest) |
ListActionsPublisher(SageMakerAsyncClient client,
ListActionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListActionsRequestMarshaller.marshall(ListActionsRequest listActionsRequest) |
Copyright © 2021. All rights reserved.