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

Description

Returns information about a notebook instance.

Synopsis

Creating a Request

data DescribeNotebookInstance Source #

See: newDescribeNotebookInstance smart constructor.

Constructors

DescribeNotebookInstance' 

Fields

Instances

Instances details
ToJSON DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

ToHeaders DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

ToPath DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

ToQuery DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

AWSRequest DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

Generic DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

Associated Types

type Rep DescribeNotebookInstance :: Type -> Type #

Read DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

Show DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

NFData DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

Eq DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

Hashable DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

type AWSResponse DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

type Rep DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

type Rep DescribeNotebookInstance = D1 ('MetaData "DescribeNotebookInstance" "Amazonka.SageMaker.DescribeNotebookInstance" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeNotebookInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notebookInstanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeNotebookInstance Source #

Create a value of DescribeNotebookInstance 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:

DescribeNotebookInstance, describeNotebookInstance_notebookInstanceName - The name of the notebook instance that you want information about.

Request Lenses

describeNotebookInstance_notebookInstanceName :: Lens' DescribeNotebookInstance Text Source #

The name of the notebook instance that you want information about.

Destructuring the Response

data DescribeNotebookInstanceResponse Source #

See: newDescribeNotebookInstanceResponse smart constructor.

Constructors

DescribeNotebookInstanceResponse' 

Fields

Instances

Instances details
Generic DescribeNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

Associated Types

type Rep DescribeNotebookInstanceResponse :: Type -> Type #

Read DescribeNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

Show DescribeNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

NFData DescribeNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

Eq DescribeNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

type Rep DescribeNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

type Rep DescribeNotebookInstanceResponse = D1 ('MetaData "DescribeNotebookInstanceResponse" "Amazonka.SageMaker.DescribeNotebookInstance" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeNotebookInstanceResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "acceleratorTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NotebookInstanceAcceleratorType])) :*: 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 "directInternetAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DirectInternetAccess))))) :*: ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "instanceMetadataServiceConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceMetadataServiceConfiguration)) :*: S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceType)))) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "networkInterfaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "notebookInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "notebookInstanceLifecycleConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "notebookInstanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "notebookInstanceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotebookInstanceStatus)) :*: (S1 ('MetaSel ('Just "platformIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "rootAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RootAccess)) :*: (S1 ('MetaSel ('Just "securityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "subnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "volumeSizeInGB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

newDescribeNotebookInstanceResponse Source #

Create a value of DescribeNotebookInstanceResponse 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:acceleratorTypes:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_acceleratorTypes - A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.

DescribeNotebookInstanceResponse, describeNotebookInstanceResponse_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.

DescribeNotebookInstanceResponse, describeNotebookInstanceResponse_creationTime - A timestamp. Use this parameter to return the time when the notebook instance was created

DescribeNotebookInstanceResponse, describeNotebookInstanceResponse_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:directInternetAccess:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_directInternetAccess - Describes whether SageMaker provides internet access to the notebook instance. If this value is set to Disabled, the notebook instance does not have internet access, and cannot connect to SageMaker training and endpoint services.

For more information, see Notebook Instances Are Internet-Enabled by Default.

DescribeNotebookInstanceResponse, describeNotebookInstanceResponse_failureReason - If status is Failed, the reason it failed.

$sel:instanceMetadataServiceConfiguration:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_instanceMetadataServiceConfiguration - Information on the IMDS configuration of the notebook instance

DescribeNotebookInstanceResponse, describeNotebookInstanceResponse_instanceType - The type of ML compute instance running on the notebook instance.

DescribeNotebookInstanceResponse, describeNotebookInstanceResponse_kmsKeyId - The Amazon Web Services KMS key ID SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.

DescribeNotebookInstanceResponse, describeNotebookInstanceResponse_lastModifiedTime - A timestamp. Use this parameter to retrieve the time when the notebook instance was last modified.

$sel:networkInterfaceId:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_networkInterfaceId - The network interface IDs that SageMaker created at the time of creating the instance.

DescribeNotebookInstanceResponse, describeNotebookInstanceResponse_notebookInstanceArn - The Amazon Resource Name (ARN) of the notebook instance.

DescribeNotebookInstanceResponse, describeNotebookInstanceResponse_notebookInstanceLifecycleConfigName - Returns the name of a notebook instance lifecycle configuration.

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

DescribeNotebookInstance, describeNotebookInstanceResponse_notebookInstanceName - The name of the SageMaker notebook instance.

DescribeNotebookInstanceResponse, describeNotebookInstanceResponse_notebookInstanceStatus - The status of the notebook instance.

$sel:platformIdentifier:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_platformIdentifier - The platform identifier of the notebook instance runtime environment.

DescribeNotebookInstanceResponse, describeNotebookInstanceResponse_roleArn - The Amazon Resource Name (ARN) of the IAM role associated with the instance.

$sel:rootAccess:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_rootAccess - Whether root access is enabled or disabled for users of the notebook instance.

Lifecycle configurations need root access to be able to set up a notebook instance. Because of this, lifecycle configurations associated with a notebook instance always run with root access even if you disable root access for users.

DescribeNotebookInstanceResponse, describeNotebookInstanceResponse_securityGroups - The IDs of the VPC security groups.

$sel:subnetId:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_subnetId - The ID of the VPC subnet.

DescribeNotebookInstanceResponse, describeNotebookInstanceResponse_url - The URL that you use to connect to the Jupyter notebook that is running in your notebook instance.

DescribeNotebookInstanceResponse, describeNotebookInstanceResponse_volumeSizeInGB - The size, in GB, of the ML storage volume attached to the notebook instance.

$sel:httpStatus:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_httpStatus - The response's http status code.

Response Lenses

describeNotebookInstanceResponse_acceleratorTypes :: Lens' DescribeNotebookInstanceResponse (Maybe [NotebookInstanceAcceleratorType]) Source #

A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.

describeNotebookInstanceResponse_additionalCodeRepositories :: Lens' DescribeNotebookInstanceResponse (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.

describeNotebookInstanceResponse_creationTime :: Lens' DescribeNotebookInstanceResponse (Maybe UTCTime) Source #

A timestamp. Use this parameter to return the time when the notebook instance was created

describeNotebookInstanceResponse_defaultCodeRepository :: Lens' DescribeNotebookInstanceResponse (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.

describeNotebookInstanceResponse_directInternetAccess :: Lens' DescribeNotebookInstanceResponse (Maybe DirectInternetAccess) Source #

Describes whether SageMaker provides internet access to the notebook instance. If this value is set to Disabled, the notebook instance does not have internet access, and cannot connect to SageMaker training and endpoint services.

For more information, see Notebook Instances Are Internet-Enabled by Default.

describeNotebookInstanceResponse_instanceType :: Lens' DescribeNotebookInstanceResponse (Maybe InstanceType) Source #

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

describeNotebookInstanceResponse_kmsKeyId :: Lens' DescribeNotebookInstanceResponse (Maybe Text) Source #

The Amazon Web Services KMS key ID SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.

describeNotebookInstanceResponse_lastModifiedTime :: Lens' DescribeNotebookInstanceResponse (Maybe UTCTime) Source #

A timestamp. Use this parameter to retrieve the time when the notebook instance was last modified.

describeNotebookInstanceResponse_networkInterfaceId :: Lens' DescribeNotebookInstanceResponse (Maybe Text) Source #

The network interface IDs that SageMaker created at the time of creating the instance.

describeNotebookInstanceResponse_notebookInstanceLifecycleConfigName :: Lens' DescribeNotebookInstanceResponse (Maybe Text) Source #

Returns the name of a notebook instance lifecycle configuration.

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

describeNotebookInstanceResponse_platformIdentifier :: Lens' DescribeNotebookInstanceResponse (Maybe Text) Source #

The platform identifier of the notebook instance runtime environment.

describeNotebookInstanceResponse_roleArn :: Lens' DescribeNotebookInstanceResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the IAM role associated with the instance.

describeNotebookInstanceResponse_rootAccess :: Lens' DescribeNotebookInstanceResponse (Maybe RootAccess) Source #

Whether root access is enabled or disabled for users of the notebook instance.

Lifecycle configurations need root access to be able to set up a notebook instance. Because of this, lifecycle configurations associated with a notebook instance always run with root access even if you disable root access for users.

describeNotebookInstanceResponse_url :: Lens' DescribeNotebookInstanceResponse (Maybe Text) Source #

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

describeNotebookInstanceResponse_volumeSizeInGB :: Lens' DescribeNotebookInstanceResponse (Maybe Natural) Source #

The size, in GB, of the ML storage volume attached to the notebook instance.