sagemaker_list_workforces {paws.machine.learning} | R Documentation |
Use this operation to list all private and vendor workforces in an Amazon Web Services Region
Description
Use this operation to list all private and vendor workforces in an Amazon Web Services Region. Note that you can only have one private workforce per Amazon Web Services Region.
See https://www.paws-r-sdk.com/docs/sagemaker_list_workforces/ for full documentation.
Usage
sagemaker_list_workforces(
SortBy = NULL,
SortOrder = NULL,
NameContains = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
SortBy |
Sort workforces using the workforce name or creation date. |
SortOrder |
Sort workforces in ascending or descending order. |
NameContains |
A filter you can use to search for workforces using part of the workforce name. |
NextToken |
A token to resume pagination. |
MaxResults |
The maximum number of workforces returned in the response. |
[Package paws.machine.learning version 0.9.0 Index]