comprehend_list_endpoints {paws.machine.learning} | R Documentation |
Gets a list of all existing endpoints that you've created
Description
Gets a list of all existing endpoints that you've created. For information about endpoints, see Managing endpoints.
See https://www.paws-r-sdk.com/docs/comprehend_list_endpoints/ for full documentation.
Usage
comprehend_list_endpoints(Filter = NULL, NextToken = NULL, MaxResults = NULL)
Arguments
Filter |
Filters the endpoints that are returned. You can filter endpoints on their name, model, status, or the date and time that they were created. You can only set one filter at a time. |
NextToken |
Identifies the next page of results to return. |
MaxResults |
The maximum number of results to return in each page. The default is 100. |
[Package paws.machine.learning version 0.9.0 Index]