comprehend_list_flywheels {paws.machine.learning} | R Documentation |
Gets a list of the flywheels that you have created
Description
Gets a list of the flywheels that you have created.
See https://www.paws-r-sdk.com/docs/comprehend_list_flywheels/ for full documentation.
Usage
comprehend_list_flywheels(Filter = NULL, NextToken = NULL, MaxResults = NULL)
Arguments
Filter |
Filters the flywheels that are returned. You can filter flywheels on their status, or the date and time that they were submitted. You can only set one filter at a time. |
NextToken |
Identifies the next page of results to return. |
MaxResults |
Maximum number of results to return in a response. The default is 100. |
[Package paws.machine.learning version 0.9.0 Index]