libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.ListEndpointConfigs

Description

Lists endpoint configurations.

This operation returns paginated results.

Synopsis

Creating a Request

data ListEndpointConfigs Source #

See: newListEndpointConfigs smart constructor.

Constructors

ListEndpointConfigs' 

Fields

  • nameContains :: Maybe Text

    A string in the endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string.

  • creationTimeAfter :: Maybe POSIX

    A filter that returns only endpoint configurations with a creation time greater than or equal to the specified time (timestamp).

  • nextToken :: Maybe Text

    If the result of the previous ListEndpointConfig request was truncated, the response includes a NextToken. To retrieve the next set of endpoint configurations, use the token in the next request.

  • sortOrder :: Maybe OrderKey

    The sort order for results. The default is Descending.

  • creationTimeBefore :: Maybe POSIX

    A filter that returns only endpoint configurations created before the specified time (timestamp).

  • maxResults :: Maybe Natural

    The maximum number of training jobs to return in the response.

  • sortBy :: Maybe EndpointConfigSortKey

    The field to sort results by. The default is CreationTime.

Instances

Instances details
Eq ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

Read ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

Show ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

Generic ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

Associated Types

type Rep ListEndpointConfigs :: Type -> Type #

NFData ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

Methods

rnf :: ListEndpointConfigs -> () #

Hashable ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

ToJSON ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

AWSPager ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

AWSRequest ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

Associated Types

type AWSResponse ListEndpointConfigs #

ToHeaders ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

ToPath ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

ToQuery ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

type Rep ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

type Rep ListEndpointConfigs = D1 ('MetaData "ListEndpointConfigs" "Amazonka.SageMaker.ListEndpointConfigs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListEndpointConfigs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrderKey)) :*: S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointConfigSortKey))))))
type AWSResponse ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

newListEndpointConfigs :: ListEndpointConfigs Source #

Create a value of ListEndpointConfigs with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nameContains:ListEndpointConfigs', listEndpointConfigs_nameContains - A string in the endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string.

$sel:creationTimeAfter:ListEndpointConfigs', listEndpointConfigs_creationTimeAfter - A filter that returns only endpoint configurations with a creation time greater than or equal to the specified time (timestamp).

$sel:nextToken:ListEndpointConfigs', listEndpointConfigs_nextToken - If the result of the previous ListEndpointConfig request was truncated, the response includes a NextToken. To retrieve the next set of endpoint configurations, use the token in the next request.

$sel:sortOrder:ListEndpointConfigs', listEndpointConfigs_sortOrder - The sort order for results. The default is Descending.

$sel:creationTimeBefore:ListEndpointConfigs', listEndpointConfigs_creationTimeBefore - A filter that returns only endpoint configurations created before the specified time (timestamp).

$sel:maxResults:ListEndpointConfigs', listEndpointConfigs_maxResults - The maximum number of training jobs to return in the response.

$sel:sortBy:ListEndpointConfigs', listEndpointConfigs_sortBy - The field to sort results by. The default is CreationTime.

Request Lenses

listEndpointConfigs_nameContains :: Lens' ListEndpointConfigs (Maybe Text) Source #

A string in the endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string.

listEndpointConfigs_creationTimeAfter :: Lens' ListEndpointConfigs (Maybe UTCTime) Source #

A filter that returns only endpoint configurations with a creation time greater than or equal to the specified time (timestamp).

listEndpointConfigs_nextToken :: Lens' ListEndpointConfigs (Maybe Text) Source #

If the result of the previous ListEndpointConfig request was truncated, the response includes a NextToken. To retrieve the next set of endpoint configurations, use the token in the next request.

listEndpointConfigs_sortOrder :: Lens' ListEndpointConfigs (Maybe OrderKey) Source #

The sort order for results. The default is Descending.

listEndpointConfigs_creationTimeBefore :: Lens' ListEndpointConfigs (Maybe UTCTime) Source #

A filter that returns only endpoint configurations created before the specified time (timestamp).

listEndpointConfigs_maxResults :: Lens' ListEndpointConfigs (Maybe Natural) Source #

The maximum number of training jobs to return in the response.

listEndpointConfigs_sortBy :: Lens' ListEndpointConfigs (Maybe EndpointConfigSortKey) Source #

The field to sort results by. The default is CreationTime.

Destructuring the Response

data ListEndpointConfigsResponse Source #

See: newListEndpointConfigsResponse smart constructor.

Constructors

ListEndpointConfigsResponse' 

Fields

Instances

Instances details
Eq ListEndpointConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

Read ListEndpointConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

Show ListEndpointConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

Generic ListEndpointConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

Associated Types

type Rep ListEndpointConfigsResponse :: Type -> Type #

NFData ListEndpointConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

type Rep ListEndpointConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

type Rep ListEndpointConfigsResponse = D1 ('MetaData "ListEndpointConfigsResponse" "Amazonka.SageMaker.ListEndpointConfigs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListEndpointConfigsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "endpointConfigs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EndpointConfigSummary]))))

newListEndpointConfigsResponse Source #

Create a value of ListEndpointConfigsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListEndpointConfigs', listEndpointConfigsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of endpoint configurations, use it in the subsequent request

$sel:httpStatus:ListEndpointConfigsResponse', listEndpointConfigsResponse_httpStatus - The response's http status code.

$sel:endpointConfigs:ListEndpointConfigsResponse', listEndpointConfigsResponse_endpointConfigs - An array of endpoint configurations.

Response Lenses

listEndpointConfigsResponse_nextToken :: Lens' ListEndpointConfigsResponse (Maybe Text) Source #

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of endpoint configurations, use it in the subsequent request