pub struct Builder { /* private fields */ }
Expand description

Implementations§

Appends an item to accelerator_types.

To override the contents of this collection use set_accelerator_types.

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.

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.

Appends an item to additional_code_repositories.

To override the contents of this collection use set_additional_code_repositories.

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

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

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

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

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.

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.

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

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

Information on the IMDS configuration of the notebook instance.

Information on the IMDS configuration of the notebook instance.

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

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

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.

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.

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

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

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

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

The name of a notebook instance lifecycle configuration.

The name of a notebook instance lifecycle configuration.

The name of the new notebook instance.

The name of the new notebook instance.

The status of the notebook instance.

The status of the notebook instance.

The platform identifier of the notebook instance runtime environment.

The platform identifier of the notebook instance runtime environment.

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

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

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

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

Appends an item to security_groups.

To override the contents of this collection use set_security_groups.

The VPC security group IDs.

The VPC security group IDs.

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

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

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

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

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

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

Consumes the builder and constructs a AwsSageMakerNotebookInstanceDetails.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more