Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_list_subscribed_workteams

Gets a list of the work teams that you are subscribed to in the AWS Marketplace


Description

Gets a list of the work teams that you are subscribed to in the AWS Marketplace. The list may be empty if no work team satisfies the filter specified in the NameContains parameter.

Usage

sagemaker_list_subscribed_workteams(NameContains, NextToken, MaxResults)

Arguments

NameContains

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

NextToken

If the result of the previous list_subscribed_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.

Value

A list with the following syntax:

list(
  SubscribedWorkteams = list(
    list(
      WorkteamArn = "string",
      MarketplaceTitle = "string",
      SellerName = "string",
      MarketplaceDescription = "string",
      ListingId = "string"
    )
  ),
  NextToken = "string"
)

Request syntax

svc$list_subscribed_workteams(
  NameContains = "string",
  NextToken = "string",
  MaxResults = 123
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.