| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
Workforce |
DescribeWorkforceResponse.workforce()
A single private workforce, which is automatically created when you create your first private work team.
|
Workforce |
UpdateWorkforceResponse.workforce()
A single private workforce.
|
| Modifier and Type | Method and Description |
|---|---|
List<Workforce> |
ListWorkforcesResponse.workforces()
A list containing information about your workforce.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkforceResponse.Builder |
DescribeWorkforceResponse.Builder.workforce(Workforce workforce)
A single private workforce, which is automatically created when you create your first private work team.
|
UpdateWorkforceResponse.Builder |
UpdateWorkforceResponse.Builder.workforce(Workforce workforce)
A single private workforce.
|
ListWorkforcesResponse.Builder |
ListWorkforcesResponse.Builder.workforces(Workforce... workforces)
A list containing information about your workforce.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkforcesResponse.Builder |
ListWorkforcesResponse.Builder.workforces(Collection<Workforce> workforces)
A list containing information about your workforce.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Workforce> |
ListWorkforcesPublisher.workforces()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Workforce> |
ListWorkforcesIterable.workforces()
Returns an iterable to iterate through the paginated
ListWorkforcesResponse.workforces() member. |
Copyright © 2021. All rights reserved.