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

AwsSageMakerNotebookInstanceDetails

import type { AwsSageMakerNotebookInstanceDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Provides details about an Amazon SageMaker notebook instance.

interface AwsSageMakerNotebookInstanceDetails {
AcceleratorTypes?: string[] | null;
AdditionalCodeRepositories?: string[] | null;
DefaultCodeRepository?: string | null;
DirectInternetAccess?: string | null;
FailureReason?: string | null;
InstanceMetadataServiceConfiguration?: AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails | null;
InstanceType?: string | null;
KmsKeyId?: string | null;
NetworkInterfaceId?: string | null;
NotebookInstanceArn?: string | null;
NotebookInstanceLifecycleConfigName?: string | null;
NotebookInstanceName?: string | null;
NotebookInstanceStatus?: string | null;
PlatformIdentifier?: string | null;
RoleArn?: string | null;
RootAccess?: string | null;
SecurityGroups?: string[] | null;
SubnetId?: string | null;
Url?: string | null;
VolumeSizeInGB?: number | null;
}

§Properties

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

A list of Amazon Elastic Inference instance types to associate with the notebook instance. Currently, only one instance type can be associated with a notebook instance.

§
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 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 in the Amazon SageMaker Developer Guide.

§
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 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 in the Amazon SageMaker Developer Guide.

§
DirectInternetAccess?: string | null
[src]

Sets whether SageMaker provides internet access to the notebook instance. If you set this to Disabled, this notebook instance is able to access resources only in your VPC, and is not be able to connect to SageMaker training and endpoint services unless you configure a Network Address Translation (NAT) Gateway in your VPC.

§
FailureReason?: string | null
[src]

If status of the instance is Failed, the reason it failed.

§
InstanceMetadataServiceConfiguration?: AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails | null
[src]

Information on the IMDS configuration of the notebook instance.

§
InstanceType?: string | null
[src]

The type of machine learning (ML) compute instance to launch for the notebook instance.

§
KmsKeyId?: string | null
[src]

The Amazon Resource Name (ARN) of an Key Management Service (KMS) key that SageMaker uses to encrypt data on the storage volume attached to your notebook instance. The KMS key you provide must be enabled. For information, see Enabling and disabling keys in the Key Management Service Developer Guide.

§
NetworkInterfaceId?: string | null
[src]

The network interface ID that SageMaker created when the instance was created.

§
NotebookInstanceArn?: string | null
[src]

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

§
NotebookInstanceLifecycleConfigName?: string | null
[src]

The name of a notebook instance lifecycle configuration.

§
NotebookInstanceName?: string | null
[src]

The name of the new notebook instance.

§
NotebookInstanceStatus?: string | 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?: string | null
[src]

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

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

The VPC security group IDs.

§
SubnetId?: string | null
[src]

The ID of the VPC subnet to which you have a connectivity from your ML compute instance.

§
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 to attach to the notebook instance.