View source: R/sagemaker_operations.R
sagemaker_list_workforces | R Documentation |
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.
sagemaker_list_workforces(
SortBy = NULL,
SortOrder = NULL,
NameContains = NULL,
NextToken = NULL,
MaxResults = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.