sagemaker_list_workforces: Use this operation to list all private and vendor workforces...

View source: R/sagemaker_operations.R

sagemaker_list_workforcesR 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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.