DescribeNotebookInstanceResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

If status is Failed, the reason it failed.

Link copied to clipboard

Information on the IMDS configuration of the notebook instance

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Returns the name of a notebook instance lifecycle configuration.

Link copied to clipboard

The name of the SageMaker notebook instance.

Link copied to clipboard

The status of the notebook instance.

Link copied to clipboard

The platform identifier of the notebook instance runtime environment.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The IDs of the VPC security groups.

Link copied to clipboard

The ID of the VPC subnet.

Link copied to clipboard
val url: String?

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

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String