View source: R/sagemaker_operations.R
sagemaker_list_endpoints | R Documentation |
Lists endpoints.
See https://www.paws-r-sdk.com/docs/sagemaker_list_endpoints/ for full documentation.
sagemaker_list_endpoints(
SortBy = NULL,
SortOrder = NULL,
NextToken = NULL,
MaxResults = NULL,
NameContains = NULL,
CreationTimeBefore = NULL,
CreationTimeAfter = NULL,
LastModifiedTimeBefore = NULL,
LastModifiedTimeAfter = NULL,
StatusEquals = NULL
)
SortBy |
Sorts the list of results. The default is |
SortOrder |
The sort order for results. The default is |
NextToken |
If the result of a |
MaxResults |
The maximum number of endpoints to return in the response. This value defaults to 10. |
NameContains |
A string in endpoint names. This filter returns only endpoints whose name contains the specified string. |
CreationTimeBefore |
A filter that returns only endpoints that were created before the specified time (timestamp). |
CreationTimeAfter |
A filter that returns only endpoints with a creation time greater than or equal to the specified time (timestamp). |
LastModifiedTimeBefore |
A filter that returns only endpoints that were modified before the specified timestamp. |
LastModifiedTimeAfter |
A filter that returns only endpoints that were modified after the specified timestamp. |
StatusEquals |
A filter that returns only endpoints with the specified status. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.