amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.NotebookInstanceSummary

Description

 
Synopsis

Documentation

data NotebookInstanceSummary Source #

Provides summary information for an SageMaker notebook instance.

See: newNotebookInstanceSummary smart constructor.

Constructors

NotebookInstanceSummary' 

Fields

Instances

Instances details
FromJSON NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

Generic NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

Associated Types

type Rep NotebookInstanceSummary :: Type -> Type #

Read NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

Show NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

NFData NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

Methods

rnf :: NotebookInstanceSummary -> () #

Eq NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

Hashable NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

type Rep NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

type Rep NotebookInstanceSummary = D1 ('MetaData "NotebookInstanceSummary" "Amazonka.SageMaker.Types.NotebookInstanceSummary" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "NotebookInstanceSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "additionalCodeRepositories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "defaultCodeRepository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceType)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "notebookInstanceLifecycleConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "notebookInstanceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotebookInstanceStatus))) :*: (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "notebookInstanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "notebookInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newNotebookInstanceSummary Source #

Create a value of NotebookInstanceSummary 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:additionalCodeRepositories:NotebookInstanceSummary', notebookInstanceSummary_additionalCodeRepositories - An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

$sel:creationTime:NotebookInstanceSummary', notebookInstanceSummary_creationTime - A timestamp that shows when the notebook instance was created.

$sel:defaultCodeRepository:NotebookInstanceSummary', notebookInstanceSummary_defaultCodeRepository - The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in Amazon Web Services CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

$sel:instanceType:NotebookInstanceSummary', notebookInstanceSummary_instanceType - The type of ML compute instance that the notebook instance is running on.

$sel:lastModifiedTime:NotebookInstanceSummary', notebookInstanceSummary_lastModifiedTime - A timestamp that shows when the notebook instance was last modified.

$sel:notebookInstanceLifecycleConfigName:NotebookInstanceSummary', notebookInstanceSummary_notebookInstanceLifecycleConfigName - The name of a notebook instance lifecycle configuration associated with this notebook instance.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

$sel:notebookInstanceStatus:NotebookInstanceSummary', notebookInstanceSummary_notebookInstanceStatus - The status of the notebook instance.

$sel:url:NotebookInstanceSummary', notebookInstanceSummary_url - The URL that you use to connect to the Jupyter notebook running in your notebook instance.

$sel:notebookInstanceName:NotebookInstanceSummary', notebookInstanceSummary_notebookInstanceName - The name of the notebook instance that you want a summary for.

$sel:notebookInstanceArn:NotebookInstanceSummary', notebookInstanceSummary_notebookInstanceArn - The Amazon Resource Name (ARN) of the notebook instance.

notebookInstanceSummary_additionalCodeRepositories :: Lens' NotebookInstanceSummary (Maybe [Text]) Source #

An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

notebookInstanceSummary_creationTime :: Lens' NotebookInstanceSummary (Maybe UTCTime) Source #

A timestamp that shows when the notebook instance was created.

notebookInstanceSummary_defaultCodeRepository :: Lens' NotebookInstanceSummary (Maybe Text) Source #

The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in Amazon Web Services CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

notebookInstanceSummary_instanceType :: Lens' NotebookInstanceSummary (Maybe InstanceType) Source #

The type of ML compute instance that the notebook instance is running on.

notebookInstanceSummary_lastModifiedTime :: Lens' NotebookInstanceSummary (Maybe UTCTime) Source #

A timestamp that shows when the notebook instance was last modified.

notebookInstanceSummary_notebookInstanceLifecycleConfigName :: Lens' NotebookInstanceSummary (Maybe Text) Source #

The name of a notebook instance lifecycle configuration associated with this notebook instance.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

notebookInstanceSummary_url :: Lens' NotebookInstanceSummary (Maybe Text) Source #

The URL that you use to connect to the Jupyter notebook running in your notebook instance.

notebookInstanceSummary_notebookInstanceName :: Lens' NotebookInstanceSummary Text Source #

The name of the notebook instance that you want a summary for.

notebookInstanceSummary_notebookInstanceArn :: Lens' NotebookInstanceSummary Text Source #

The Amazon Resource Name (ARN) of the notebook instance.