sagemaker_list_subscribed_workteams {paws.machine.learning} | R Documentation |
Gets a list of the work teams that you are subscribed to in the Amazon Web Services Marketplace
Description
Gets a list of the work teams that you are subscribed to in the Amazon Web Services Marketplace. 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_subscribed_workteams/ for full documentation.
Usage
sagemaker_list_subscribed_workteams(
NameContains = NULL,
NextToken = NULL,
MaxResults = NULL
)
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
|
MaxResults |
The maximum number of work teams to return in each page of the response. |
[Package paws.machine.learning version 0.7.0 Index]