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.DescribeEndpoint

Contents

Description

Returns the description of an endpoint.

Synopsis

Creating a Request

describeEndpoint Source #

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

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

data DescribeEndpoint Source #

See: describeEndpoint smart constructor.

Instances
Eq DescribeEndpoint Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

Data DescribeEndpoint Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

Methods

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

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

toConstr :: DescribeEndpoint -> Constr #

dataTypeOf :: DescribeEndpoint -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeEndpoint Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

Show DescribeEndpoint Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

Generic DescribeEndpoint Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

Associated Types

type Rep DescribeEndpoint :: Type -> Type #

Hashable DescribeEndpoint Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

ToJSON DescribeEndpoint Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

AWSRequest DescribeEndpoint Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

Associated Types

type Rs DescribeEndpoint :: Type #

ToHeaders DescribeEndpoint Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

ToPath DescribeEndpoint Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

ToQuery DescribeEndpoint Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

NFData DescribeEndpoint Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

Methods

rnf :: DescribeEndpoint -> () #

type Rep DescribeEndpoint Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

type Rep DescribeEndpoint = D1 (MetaData "DescribeEndpoint" "Network.AWS.SageMaker.DescribeEndpoint" "amazonka-sagemaker-1.6.1-KSR3FgWuE9u23bvJsHopKu" True) (C1 (MetaCons "DescribeEndpoint'" PrefixI True) (S1 (MetaSel (Just "_dEndpointName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeEndpoint Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

Request Lenses

dEndpointName :: Lens' DescribeEndpoint Text Source #

The name of the endpoint.

Destructuring the Response

describeEndpointResponse Source #

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

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

data DescribeEndpointResponse Source #

See: describeEndpointResponse smart constructor.

Instances
Eq DescribeEndpointResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

Data DescribeEndpointResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

Methods

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

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

toConstr :: DescribeEndpointResponse -> Constr #

dataTypeOf :: DescribeEndpointResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeEndpointResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

Show DescribeEndpointResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

Generic DescribeEndpointResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

Associated Types

type Rep DescribeEndpointResponse :: Type -> Type #

NFData DescribeEndpointResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

type Rep DescribeEndpointResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.DescribeEndpoint

type Rep DescribeEndpointResponse = D1 (MetaData "DescribeEndpointResponse" "Network.AWS.SageMaker.DescribeEndpoint" "amazonka-sagemaker-1.6.1-KSR3FgWuE9u23bvJsHopKu" False) (C1 (MetaCons "DescribeEndpointResponse'" PrefixI True) (((S1 (MetaSel (Just "_dersFailureReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dersProductionVariants") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (List1 ProductionVariantSummary)))) :*: (S1 (MetaSel (Just "_dersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_dersEndpointName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) :*: ((S1 (MetaSel (Just "_dersEndpointARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dersEndpointConfigName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_dersEndpointStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 EndpointStatus) :*: (S1 (MetaSel (Just "_dersCreationTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 POSIX) :*: S1 (MetaSel (Just "_dersLastModifiedTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 POSIX))))))

Response Lenses

dersFailureReason :: Lens' DescribeEndpointResponse (Maybe Text) Source #

If the status of the endpoint is Failed , the reason why it failed.

dersProductionVariants :: Lens' DescribeEndpointResponse (Maybe (NonEmpty ProductionVariantSummary)) Source #

An array of ProductionVariant objects, one for each model hosted behind this endpoint.

dersEndpointARN :: Lens' DescribeEndpointResponse Text Source #

The Amazon Resource Name (ARN) of the endpoint.

dersEndpointConfigName :: Lens' DescribeEndpointResponse Text Source #

The name of the endpoint configuration associated with this endpoint.

dersCreationTime :: Lens' DescribeEndpointResponse UTCTime Source #

A timestamp that shows when the endpoint was created.

dersLastModifiedTime :: Lens' DescribeEndpointResponse UTCTime Source #

A timestamp that shows when the endpoint was last modified.