lookoutequipment_list_label_groups {paws.machine.learning} | R Documentation |
Returns a list of the label groups
Description
Returns a list of the label groups.
See https://www.paws-r-sdk.com/docs/lookoutequipment_list_label_groups/ for full documentation.
Usage
lookoutequipment_list_label_groups(
LabelGroupNameBeginsWith = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
LabelGroupNameBeginsWith |
The beginning of the name of the label groups to be listed. |
NextToken |
An opaque pagination token indicating where to continue the listing of label groups. |
MaxResults |
Specifies the maximum number of label groups to list. |
[Package paws.machine.learning version 0.9.0 Index]