| 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 CompletableFuture<ListWorkforcesResponse> |
SageMakerAsyncClient.listWorkforces(ListWorkforcesRequest listWorkforcesRequest)
Use this operation to list all private and vendor workforces in an AWS Region.
|
default ListWorkforcesResponse |
SageMakerClient.listWorkforces(ListWorkforcesRequest listWorkforcesRequest)
Use this operation to list all private and vendor workforces in an AWS Region.
|
default ListWorkforcesPublisher |
SageMakerAsyncClient.listWorkforcesPaginator(ListWorkforcesRequest listWorkforcesRequest)
Use this operation to list all private and vendor workforces in an AWS Region.
|
default ListWorkforcesIterable |
SageMakerClient.listWorkforcesPaginator(ListWorkforcesRequest listWorkforcesRequest)
Use this operation to list all private and vendor workforces in an AWS Region.
|
| Constructor and Description |
|---|
ListWorkforcesIterable(SageMakerClient client,
ListWorkforcesRequest firstRequest) |
ListWorkforcesPublisher(SageMakerAsyncClient client,
ListWorkforcesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListWorkforcesRequestMarshaller.marshall(ListWorkforcesRequest listWorkforcesRequest) |
Copyright © 2021. All rights reserved.