list_endpoint_configs
(**kwargs)¶Lists endpoint configurations.
See also: AWS API Documentation
Request Syntax
response = client.list_endpoint_configs(
SortBy='Name'|'CreationTime',
SortOrder='Ascending'|'Descending',
NextToken='string',
MaxResults=123,
NameContains='string',
CreationTimeBefore=datetime(2015, 1, 1),
CreationTimeAfter=datetime(2015, 1, 1)
)
CreationTime
.Descending
.ListEndpointConfig
request was truncated, the response includes a NextToken
. To retrieve the next set of endpoint configurations, use the token in the next request.dict
Response Syntax
{
'EndpointConfigs': [
{
'EndpointConfigName': 'string',
'EndpointConfigArn': 'string',
'CreationTime': datetime(2015, 1, 1)
},
],
'NextToken': 'string'
}
Response Structure
(dict) --
EndpointConfigs (list) --
An array of endpoint configurations.
(dict) --
Provides summary information for an endpoint configuration.
EndpointConfigName (string) --
The name of the endpoint configuration.
EndpointConfigArn (string) --
The Amazon Resource Name (ARN) of the endpoint configuration.
CreationTime (datetime) --
A timestamp that shows when the endpoint configuration was created.
NextToken (string) --
If the response is truncated, SageMaker returns this token. To retrieve the next set of endpoint configurations, use it in the subsequent request