| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ListWorkforcesResult |
AmazonSageMakerClient.listWorkforces(ListWorkforcesRequest request)
Use this operation to list all private and vendor workforces in an Amazon Web Services Region.
|
ListWorkforcesResult |
AbstractAmazonSageMaker.listWorkforces(ListWorkforcesRequest request) |
ListWorkforcesResult |
AmazonSageMaker.listWorkforces(ListWorkforcesRequest listWorkforcesRequest)
Use this operation to list all private and vendor workforces in an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListWorkforcesResult> |
AmazonSageMakerAsyncClient.listWorkforcesAsync(ListWorkforcesRequest request,
AsyncHandler<ListWorkforcesRequest,ListWorkforcesResult> asyncHandler) |
Future<ListWorkforcesResult> |
AmazonSageMakerAsync.listWorkforcesAsync(ListWorkforcesRequest listWorkforcesRequest,
AsyncHandler<ListWorkforcesRequest,ListWorkforcesResult> asyncHandler)
Use this operation to list all private and vendor workforces in an Amazon Web Services Region.
|
Future<ListWorkforcesResult> |
AbstractAmazonSageMakerAsync.listWorkforcesAsync(ListWorkforcesRequest request,
AsyncHandler<ListWorkforcesRequest,ListWorkforcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListWorkforcesResult |
ListWorkforcesResult.clone() |
ListWorkforcesResult |
ListWorkforcesResult.withNextToken(String nextToken)
A token to resume pagination.
|
ListWorkforcesResult |
ListWorkforcesResult.withWorkforces(Collection<Workforce> workforces)
A list containing information about your workforce.
|
ListWorkforcesResult |
ListWorkforcesResult.withWorkforces(Workforce... workforces)
A list containing information about your workforce.
|
Copyright © 2024. All rights reserved.