Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeNotebookInstanceOutput

import type { DescribeNotebookInstanceOutput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeNotebookInstanceOutput {
AcceleratorTypes?: NotebookInstanceAcceleratorType[] | null;
AdditionalCodeRepositories?: string[] | null;
CreationTime?: Date | number | null;
DefaultCodeRepository?: string | null;
DirectInternetAccess?: DirectInternetAccess | null;
FailureReason?: string | null;
InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration | null;
InstanceType?: InstanceType | null;
KmsKeyId?: string | null;
LastModifiedTime?: Date | number | null;
NetworkInterfaceId?: string | null;
NotebookInstanceArn?: string | null;
NotebookInstanceLifecycleConfigName?: string | null;
NotebookInstanceName?: string | null;
NotebookInstanceStatus?: NotebookInstanceStatus | null;
PlatformIdentifier?: string | null;
RoleArn?: string | null;
RootAccess?: RootAccess | null;
SecurityGroups?: string[] | null;
SubnetId?: string | null;
Url?: string | null;
VolumeSizeInGB?: number | null;
}

§Properties

§
AcceleratorTypes?: NotebookInstanceAcceleratorType[] | null
[src]

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.

§
AdditionalCodeRepositories?: string[] | null
[src]

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.

§
CreationTime?: Date | number | null
[src]

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

§
DefaultCodeRepository?: string | null
[src]

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.

§
DirectInternetAccess?: DirectInternetAccess | null
[src]

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.

§
FailureReason?: string | null
[src]

If status is Failed, the reason it failed.

§
InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration | null
[src]

Information on the IMDS configuration of the notebook instance

§
InstanceType?: InstanceType | null
[src]

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

§
KmsKeyId?: string | null
[src]

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

§
LastModifiedTime?: Date | number | null
[src]

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

§
NetworkInterfaceId?: string | null
[src]

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

§
NotebookInstanceArn?: string | null
[src]

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

§
NotebookInstanceLifecycleConfigName?: string | null
[src]

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

§
NotebookInstanceName?: string | null
[src]

The name of the SageMaker notebook instance.

§
NotebookInstanceStatus?: NotebookInstanceStatus | null
[src]

The status of the notebook instance.

§
PlatformIdentifier?: string | null
[src]

The platform identifier of the notebook instance runtime environment.

§
RoleArn?: string | null
[src]

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

§
RootAccess?: RootAccess | null
[src]

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

Note: 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.

§
SecurityGroups?: string[] | null
[src]

The IDs of the VPC security groups.

§
SubnetId?: string | null
[src]

The ID of the VPC subnet.

§
Url?: string | null
[src]

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

§
VolumeSizeInGB?: number | null
[src]

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