Returns information about a notebook instance.
Headers
Request body
The name of the notebook instance that you want information about.
Response
Success
The Amazon Resource Name (ARN) of the notebook instance.
The name of the SageMaker notebook instance.
The status of the notebook instance.
If status is <code>Failed</code>, the reason it failed.
The URL that you use to connect to the Jupyter notebook that is running in your notebook instance.
The type of ML compute instance running on the notebook instance.
The ID of the VPC subnet.
The IDs of the VPC security groups.
The Amazon Resource Name (ARN) of the IAM role associated with the instance.
The Amazon Web Services KMS key ID SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.
The network interface IDs that SageMaker created at the time of creating the instance.
A timestamp. Use this parameter to retrieve the time when the notebook instance was last modified.
A timestamp. Use this parameter to return the time when the notebook instance was created
The size, in GB, of the ML storage volume attached to the notebook instance.
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 <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic Inference in Amazon SageMaker</a>.
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 <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a> 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 <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git Repositories with SageMaker Notebook Instances</a>.
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 <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a> 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 <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git Repositories with SageMaker Notebook Instances</a>.
The platform identifier of the notebook instance runtime environment.