| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default ListActionsResponse |
SageMakerClient.listActions(Consumer<ListActionsRequest.Builder> listActionsRequest)
Lists the actions in your account and their properties.
|
default CompletableFuture<ListActionsResponse> |
SageMakerAsyncClient.listActions(Consumer<ListActionsRequest.Builder> listActionsRequest)
Lists the actions in your account and their properties.
|
default ListActionsIterable |
SageMakerClient.listActionsPaginator(Consumer<ListActionsRequest.Builder> listActionsRequest)
Lists the actions in your account and their properties.
|
default ListActionsPublisher |
SageMakerAsyncClient.listActionsPaginator(Consumer<ListActionsRequest.Builder> listActionsRequest)
Lists the actions in your account and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListActionsRequest.Builder |
ListActionsRequest.Builder.actionType(String actionType)
A filter that returns only actions of the specified type.
|
static ListActionsRequest.Builder |
ListActionsRequest.builder() |
ListActionsRequest.Builder |
ListActionsRequest.Builder.createdAfter(Instant createdAfter)
A filter that returns only actions created on or after the specified time.
|
ListActionsRequest.Builder |
ListActionsRequest.Builder.createdBefore(Instant createdBefore)
A filter that returns only actions created on or before the specified time.
|
ListActionsRequest.Builder |
ListActionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of actions to return in the response.
|
ListActionsRequest.Builder |
ListActionsRequest.Builder.nextToken(String nextToken)
If the previous call to
ListActions didn't return the full set of actions, the call returns a
token for getting the next set of actions. |
ListActionsRequest.Builder |
ListActionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListActionsRequest.Builder |
ListActionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListActionsRequest.Builder |
ListActionsRequest.Builder.sortBy(SortActionsBy sortBy)
The property used to sort results.
|
ListActionsRequest.Builder |
ListActionsRequest.Builder.sortBy(String sortBy)
The property used to sort results.
|
ListActionsRequest.Builder |
ListActionsRequest.Builder.sortOrder(SortOrder sortOrder)
The sort order.
|
ListActionsRequest.Builder |
ListActionsRequest.Builder.sortOrder(String sortOrder)
The sort order.
|
ListActionsRequest.Builder |
ListActionsRequest.Builder.sourceUri(String sourceUri)
A filter that returns only actions with the specified source URI.
|
ListActionsRequest.Builder |
ListActionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListActionsRequest.Builder> |
ListActionsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.