Lists endpoint configurations.
See https://www.paws-r-sdk.com/docs/sagemaker_list_endpoint_configs/ for full documentation.
Usage
sagemaker_list_endpoint_configs(
SortBy = NULL,
SortOrder = NULL,
NextToken = NULL,
MaxResults = NULL,
NameContains = NULL,
CreationTimeBefore = NULL,
CreationTimeAfter = NULL
)Arguments
- SortBy
The field to sort results by. The default is
CreationTime.- SortOrder
The sort order for results. The default is
Descending.- NextToken
If the result of the previous
ListEndpointConfigrequest was truncated, the response includes aNextToken. To retrieve the next set of endpoint configurations, use the token in the next request.- MaxResults
The maximum number of training jobs to return in the response.
- NameContains
A string in the endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string.
- CreationTimeBefore
A filter that returns only endpoint configurations created before the specified time (timestamp).
- CreationTimeAfter
A filter that returns only endpoint configurations with a creation time greater than or equal to the specified time (timestamp).