amazonka-sagemaker-1.6.0: 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.DescribeModel

Contents

Description

Describes a model that you created using the CreateModel API.

Synopsis

Creating a Request

describeModel Source #

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

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

data DescribeModel Source #

See: describeModel smart constructor.

Instances

Eq DescribeModel Source # 
Data DescribeModel Source # 

Methods

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

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

toConstr :: DescribeModel -> Constr #

dataTypeOf :: DescribeModel -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeModel Source # 
Show DescribeModel Source # 
Generic DescribeModel Source # 

Associated Types

type Rep DescribeModel :: * -> * #

Hashable DescribeModel Source # 
ToJSON DescribeModel Source # 
NFData DescribeModel Source # 

Methods

rnf :: DescribeModel -> () #

AWSRequest DescribeModel Source # 
ToHeaders DescribeModel Source # 
ToPath DescribeModel Source # 
ToQuery DescribeModel Source # 
type Rep DescribeModel Source # 
type Rep DescribeModel = D1 * (MetaData "DescribeModel" "Network.AWS.SageMaker.DescribeModel" "amazonka-sagemaker-1.6.0-9oNc2IB3ZCo9VZHXZi5zcA" True) (C1 * (MetaCons "DescribeModel'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dModelName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DescribeModel Source # 

Request Lenses

dModelName :: Lens' DescribeModel Text Source #

The name of the model.

Destructuring the Response

describeModelResponse Source #

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

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

  • dmrsVPCConfig - A object that specifies the VPC that this model has access to. For more information, see 'host-vpc'
  • dmrsResponseStatus - -- | The response status code.
  • dmrsModelName - Name of the Amazon SageMaker model.
  • dmrsPrimaryContainer - The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production.
  • dmrsExecutionRoleARN - The Amazon Resource Name (ARN) of the IAM role that you specified for the model.
  • dmrsCreationTime - A timestamp that shows when the model was created.
  • dmrsModelARN - The Amazon Resource Name (ARN) of the model.

data DescribeModelResponse Source #

See: describeModelResponse smart constructor.

Instances

Eq DescribeModelResponse Source # 
Data DescribeModelResponse Source # 

Methods

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

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

toConstr :: DescribeModelResponse -> Constr #

dataTypeOf :: DescribeModelResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeModelResponse Source # 
Show DescribeModelResponse Source # 
Generic DescribeModelResponse Source # 
NFData DescribeModelResponse Source # 

Methods

rnf :: DescribeModelResponse -> () #

type Rep DescribeModelResponse Source # 
type Rep DescribeModelResponse = D1 * (MetaData "DescribeModelResponse" "Network.AWS.SageMaker.DescribeModel" "amazonka-sagemaker-1.6.0-9oNc2IB3ZCo9VZHXZi5zcA" False) (C1 * (MetaCons "DescribeModelResponse'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_dmrsVPCConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe VPCConfig))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dmrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_dmrsModelName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_dmrsPrimaryContainer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ContainerDefinition)) (S1 * (MetaSel (Just Symbol "_dmrsExecutionRoleARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dmrsCreationTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * POSIX)) (S1 * (MetaSel (Just Symbol "_dmrsModelARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))))

Response Lenses

dmrsVPCConfig :: Lens' DescribeModelResponse (Maybe VPCConfig) Source #

A object that specifies the VPC that this model has access to. For more information, see 'host-vpc'

dmrsResponseStatus :: Lens' DescribeModelResponse Int Source #

  • - | The response status code.

dmrsModelName :: Lens' DescribeModelResponse Text Source #

Name of the Amazon SageMaker model.

dmrsPrimaryContainer :: Lens' DescribeModelResponse ContainerDefinition Source #

The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production.

dmrsExecutionRoleARN :: Lens' DescribeModelResponse Text Source #

The Amazon Resource Name (ARN) of the IAM role that you specified for the model.

dmrsCreationTime :: Lens' DescribeModelResponse UTCTime Source #

A timestamp that shows when the model was created.

dmrsModelARN :: Lens' DescribeModelResponse Text Source #

The Amazon Resource Name (ARN) of the model.