sagemaker_list_workteams: Gets a list of private work teams that you have defined in a...

View source: R/sagemaker_operations.R

sagemaker_list_workteamsR Documentation

Gets a list of private work teams that you have defined in a region

Description

Gets a list of private work teams that you have defined in a region. The list may be empty if no work team satisfies the filter specified in the NameContains parameter.

See https://www.paws-r-sdk.com/docs/sagemaker_list_workteams/ for full documentation.

Usage

sagemaker_list_workteams(
  SortBy = NULL,
  SortOrder = NULL,
  NameContains = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

SortBy

The field to sort results by. The default is CreationTime.

SortOrder

The sort order for results. The default is Ascending.

NameContains

A string in the work team's name. This filter returns only work teams whose name contains the specified string.

NextToken

If the result of the previous list_workteams request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.

MaxResults

The maximum number of work teams to return in each page of the response.


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