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

Contents

Description

Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume. After configuring the notebook instance, Amazon SageMaker sets the notebook instance status to InService . A notebook instance's status must be InService before you can connect to your Jupyter notebook.

Synopsis

Creating a Request

startNotebookInstance Source #

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

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

data StartNotebookInstance Source #

See: startNotebookInstance smart constructor.

Instances

Eq StartNotebookInstance Source # 
Data StartNotebookInstance Source # 

Methods

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

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

toConstr :: StartNotebookInstance -> Constr #

dataTypeOf :: StartNotebookInstance -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StartNotebookInstance Source # 
Show StartNotebookInstance Source # 
Generic StartNotebookInstance Source # 
Hashable StartNotebookInstance Source # 
ToJSON StartNotebookInstance Source # 
NFData StartNotebookInstance Source # 

Methods

rnf :: StartNotebookInstance -> () #

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

Request Lenses

sNotebookInstanceName :: Lens' StartNotebookInstance Text Source #

The name of the notebook instance to start.

Destructuring the Response

startNotebookInstanceResponse :: StartNotebookInstanceResponse Source #

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

data StartNotebookInstanceResponse Source #

See: startNotebookInstanceResponse smart constructor.

Instances

Eq StartNotebookInstanceResponse Source # 
Data StartNotebookInstanceResponse Source # 

Methods

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

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

toConstr :: StartNotebookInstanceResponse -> Constr #

dataTypeOf :: StartNotebookInstanceResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StartNotebookInstanceResponse Source # 
Show StartNotebookInstanceResponse Source # 
Generic StartNotebookInstanceResponse Source # 
NFData StartNotebookInstanceResponse Source # 
type Rep StartNotebookInstanceResponse Source # 
type Rep StartNotebookInstanceResponse = D1 * (MetaData "StartNotebookInstanceResponse" "Network.AWS.SageMaker.StartNotebookInstance" "amazonka-sagemaker-1.6.0-9oNc2IB3ZCo9VZHXZi5zcA" False) (C1 * (MetaCons "StartNotebookInstanceResponse'" PrefixI False) (U1 *))