amazonka-sagemaker-1.6.1: Amazon SageMaker Service SDK.

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

Network.AWS.SageMaker.ListEndpointConfigs

Contents

Description

Lists endpoint configurations.

This operation returns paginated results.

Synopsis

Creating a Request

listEndpointConfigs :: ListEndpointConfigs Source #

Creates a value of ListEndpointConfigs with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • lecNameContains - A string in the endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string.
  • lecCreationTimeAfter - A filter that returns only endpoint configurations created after the specified time (timestamp).
  • lecNextToken - 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.
  • lecSortOrder - The sort order for results. The default is Ascending .
  • lecCreationTimeBefore - A filter that returns only endpoint configurations created before the specified time (timestamp).
  • lecMaxResults - The maximum number of training jobs to return in the response.
  • lecSortBy - The field to sort results by. The default is CreationTime .

data ListEndpointConfigs Source #

See: listEndpointConfigs smart constructor.

Instances
Eq ListEndpointConfigs Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

Data ListEndpointConfigs Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListEndpointConfigs -> c ListEndpointConfigs #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListEndpointConfigs #

toConstr :: ListEndpointConfigs -> Constr #

dataTypeOf :: ListEndpointConfigs -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListEndpointConfigs) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListEndpointConfigs) #

gmapT :: (forall b. Data b => b -> b) -> ListEndpointConfigs -> ListEndpointConfigs #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListEndpointConfigs -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListEndpointConfigs -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListEndpointConfigs -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListEndpointConfigs -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListEndpointConfigs -> m ListEndpointConfigs #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListEndpointConfigs -> m ListEndpointConfigs #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListEndpointConfigs -> m ListEndpointConfigs #

Read ListEndpointConfigs Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

Show ListEndpointConfigs Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

Generic ListEndpointConfigs Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

Associated Types

type Rep ListEndpointConfigs :: Type -> Type #

Hashable ListEndpointConfigs Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

ToJSON ListEndpointConfigs Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

AWSPager ListEndpointConfigs Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

AWSRequest ListEndpointConfigs Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

Associated Types

type Rs ListEndpointConfigs :: Type #

ToHeaders ListEndpointConfigs Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

ToPath ListEndpointConfigs Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

ToQuery ListEndpointConfigs Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

NFData ListEndpointConfigs Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

Methods

rnf :: ListEndpointConfigs -> () #

type Rep ListEndpointConfigs Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

type Rep ListEndpointConfigs = D1 (MetaData "ListEndpointConfigs" "Network.AWS.SageMaker.ListEndpointConfigs" "amazonka-sagemaker-1.6.1-KSR3FgWuE9u23bvJsHopKu" False) (C1 (MetaCons "ListEndpointConfigs'" PrefixI True) ((S1 (MetaSel (Just "_lecNameContains") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lecCreationTimeAfter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 (MetaSel (Just "_lecNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_lecSortOrder") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe OrderKey)) :*: S1 (MetaSel (Just "_lecCreationTimeBefore") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 (MetaSel (Just "_lecMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: S1 (MetaSel (Just "_lecSortBy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe EndpointConfigSortKey))))))
type Rs ListEndpointConfigs Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

Request Lenses

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

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

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

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

lecNextToken :: 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.

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

The sort order for results. The default is Ascending .

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

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

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

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

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

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

Destructuring the Response

listEndpointConfigsResponse Source #

Creates a value of ListEndpointConfigsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • lecrsNextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of endpoint configurations, use it in the subsequent request
  • lecrsResponseStatus - -- | The response status code.
  • lecrsEndpointConfigs - An array of endpoint configurations.

data ListEndpointConfigsResponse Source #

See: listEndpointConfigsResponse smart constructor.

Instances
Eq ListEndpointConfigsResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

Data ListEndpointConfigsResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListEndpointConfigsResponse -> c ListEndpointConfigsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListEndpointConfigsResponse #

toConstr :: ListEndpointConfigsResponse -> Constr #

dataTypeOf :: ListEndpointConfigsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListEndpointConfigsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListEndpointConfigsResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListEndpointConfigsResponse -> ListEndpointConfigsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListEndpointConfigsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListEndpointConfigsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListEndpointConfigsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListEndpointConfigsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListEndpointConfigsResponse -> m ListEndpointConfigsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListEndpointConfigsResponse -> m ListEndpointConfigsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListEndpointConfigsResponse -> m ListEndpointConfigsResponse #

Read ListEndpointConfigsResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

Show ListEndpointConfigsResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

Generic ListEndpointConfigsResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

Associated Types

type Rep ListEndpointConfigsResponse :: Type -> Type #

NFData ListEndpointConfigsResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

type Rep ListEndpointConfigsResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpointConfigs

type Rep ListEndpointConfigsResponse = D1 (MetaData "ListEndpointConfigsResponse" "Network.AWS.SageMaker.ListEndpointConfigs" "amazonka-sagemaker-1.6.1-KSR3FgWuE9u23bvJsHopKu" False) (C1 (MetaCons "ListEndpointConfigsResponse'" PrefixI True) (S1 (MetaSel (Just "_lecrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lecrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_lecrsEndpointConfigs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [EndpointConfigSummary]))))

Response Lenses

lecrsNextToken :: 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