AWS SDK for C++
1.8.129
AWS SDK for C++
|
#include <CreateNotebookInstanceRequest.h>
Additional Inherited Members | |
![]() | |
virtual void | DumpBodyToUrl (Aws::Http::URI &uri) const |
Definition at line 27 of file CreateNotebookInstanceRequest.h.
Aws::SageMaker::Model::CreateNotebookInstanceRequest::CreateNotebookInstanceRequest | ( | ) |
|
inline |
A list of Elastic Inference (EI) instance types to associate with this notebook instance. Currently, only one instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.
Definition at line 679 of file CreateNotebookInstanceRequest.h.
|
inline |
A list of Elastic Inference (EI) instance types to associate with this notebook instance. Currently, only one instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.
Definition at line 724 of file CreateNotebookInstanceRequest.h.
|
inline |
A list of Elastic Inference (EI) instance types to associate with this notebook instance. Currently, only one instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.
Definition at line 733 of file CreateNotebookInstanceRequest.h.
|
inline |
An array of up to three Git repositories to associate 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 Amazon SageMaker Notebook Instances.
Definition at line 943 of file CreateNotebookInstanceRequest.h.
|
inline |
An array of up to three Git repositories to associate 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 Amazon SageMaker Notebook Instances.
Definition at line 930 of file CreateNotebookInstanceRequest.h.
|
inline |
An array of up to three Git repositories to associate 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 Amazon SageMaker Notebook Instances.
Definition at line 956 of file CreateNotebookInstanceRequest.h.
|
inline |
An array of up to three Git repositories to associate 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 Amazon SageMaker Notebook Instances.
Definition at line 865 of file CreateNotebookInstanceRequest.h.
|
inline |
The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.
Definition at line 210 of file CreateNotebookInstanceRequest.h.
|
inline |
The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.
Definition at line 204 of file CreateNotebookInstanceRequest.h.
|
inline |
The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.
Definition at line 216 of file CreateNotebookInstanceRequest.h.
|
inline |
An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.
Definition at line 482 of file CreateNotebookInstanceRequest.h.
|
inline |
An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.
Definition at line 491 of file CreateNotebookInstanceRequest.h.
|
inline |
A Git repository to associate 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 Amazon SageMaker Notebook Instances.
Definition at line 760 of file CreateNotebookInstanceRequest.h.
|
inline |
Sets whether Amazon SageMaker provides internet access to the notebook instance. If you set this to Disabled
this notebook instance will be able to access resources only in your VPC, and will not be able to connect to Amazon SageMaker training and endpoint services unless your configure a NAT Gateway in your VPC.
For more information, see Notebook Instances Are Internet-Enabled by Default. You can set the value of this parameter to Disabled
only if you set a value for the SubnetId
parameter.
Definition at line 583 of file CreateNotebookInstanceRequest.h.
|
inline |
A list of Elastic Inference (EI) instance types to associate with this notebook instance. Currently, only one instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.
Definition at line 670 of file CreateNotebookInstanceRequest.h.
|
inline |
An array of up to three Git repositories to associate 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 Amazon SageMaker Notebook Instances.
Definition at line 852 of file CreateNotebookInstanceRequest.h.
|
inline |
A Git repository to associate 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 Amazon SageMaker Notebook Instances.
Definition at line 747 of file CreateNotebookInstanceRequest.h.
|
inline |
Sets whether Amazon SageMaker provides internet access to the notebook instance. If you set this to Disabled
this notebook instance will be able to access resources only in your VPC, and will not be able to connect to Amazon SageMaker training and endpoint services unless your configure a NAT Gateway in your VPC.
For more information, see Notebook Instances Are Internet-Enabled by Default. You can set the value of this parameter to Disabled
only if you set a value for the SubnetId
parameter.
Definition at line 570 of file CreateNotebookInstanceRequest.h.
|
inline |
The type of ML compute instance to launch for the notebook instance.
Definition at line 87 of file CreateNotebookInstanceRequest.h.
|
inline |
The Amazon Resource Name (ARN) of a AWS Key Management Service key that Amazon 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 AWS Key Management Service Developer Guide.
Definition at line 341 of file CreateNotebookInstanceRequest.h.
|
inline |
The name of a lifecycle configuration to associate with the notebook instance. For information about lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
Definition at line 500 of file CreateNotebookInstanceRequest.h.
|
inline |
The name of the new notebook instance.
Definition at line 46 of file CreateNotebookInstanceRequest.h.
|
overridevirtual |
Reimplemented from Aws::SageMaker::SageMakerRequest.
|
inline |
When you send any requests to AWS resources from the notebook instance, Amazon SageMaker assumes this role to perform tasks on your behalf. You must grant this role necessary permissions so Amazon SageMaker can perform these tasks. The policy must allow the Amazon SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For more information, see Amazon SageMaker Roles.
To be able to pass this role to Amazon SageMaker, the caller of this API must have the iam:PassRole
permission.
Definition at line 231 of file CreateNotebookInstanceRequest.h.
|
inline |
Whether root access is enabled or disabled for users of the notebook instance. The default value is Enabled
.
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.
Definition at line 967 of file CreateNotebookInstanceRequest.h.
|
inline |
The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.
Definition at line 168 of file CreateNotebookInstanceRequest.h.
|
inlineoverridevirtual |
Implements Aws::AmazonWebServiceRequest.
Definition at line 36 of file CreateNotebookInstanceRequest.h.
|
inline |
The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.
Definition at line 119 of file CreateNotebookInstanceRequest.h.
|
inline |
An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.
Definition at line 428 of file CreateNotebookInstanceRequest.h.
|
inline |
The size, in GB, of the ML storage volume to attach to the notebook instance. The default value is 5 GB.
Definition at line 642 of file CreateNotebookInstanceRequest.h.
|
inline |
The type of ML compute instance to launch for the notebook instance.
Definition at line 92 of file CreateNotebookInstanceRequest.h.
|
inline |
The Amazon Resource Name (ARN) of a AWS Key Management Service key that Amazon 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 AWS Key Management Service Developer Guide.
Definition at line 352 of file CreateNotebookInstanceRequest.h.
|
inline |
The name of a lifecycle configuration to associate with the notebook instance. For information about lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
Definition at line 508 of file CreateNotebookInstanceRequest.h.
|
inline |
The name of the new notebook instance.
Definition at line 51 of file CreateNotebookInstanceRequest.h.
|
inline |
When you send any requests to AWS resources from the notebook instance, Amazon SageMaker assumes this role to perform tasks on your behalf. You must grant this role necessary permissions so Amazon SageMaker can perform these tasks. The policy must allow the Amazon SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For more information, see Amazon SageMaker Roles.
To be able to pass this role to Amazon SageMaker, the caller of this API must have the iam:PassRole
permission.
Definition at line 245 of file CreateNotebookInstanceRequest.h.
|
inline |
Whether root access is enabled or disabled for users of the notebook instance. The default value is Enabled
.
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.
Definition at line 977 of file CreateNotebookInstanceRequest.h.
|
inline |
The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.
Definition at line 174 of file CreateNotebookInstanceRequest.h.
|
overridevirtual |
Convert payload into String.
Implements Aws::AmazonSerializableWebServiceRequest.
|
inline |
A list of Elastic Inference (EI) instance types to associate with this notebook instance. Currently, only one instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.
Definition at line 697 of file CreateNotebookInstanceRequest.h.
|
inline |
A list of Elastic Inference (EI) instance types to associate with this notebook instance. Currently, only one instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.
Definition at line 688 of file CreateNotebookInstanceRequest.h.
|
inline |
An array of up to three Git repositories to associate 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 Amazon SageMaker Notebook Instances.
Definition at line 891 of file CreateNotebookInstanceRequest.h.
|
inline |
An array of up to three Git repositories to associate 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 Amazon SageMaker Notebook Instances.
Definition at line 878 of file CreateNotebookInstanceRequest.h.
|
inline |
A Git repository to associate 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 Amazon SageMaker Notebook Instances.
Definition at line 786 of file CreateNotebookInstanceRequest.h.
|
inline |
A Git repository to associate 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 Amazon SageMaker Notebook Instances.
Definition at line 773 of file CreateNotebookInstanceRequest.h.
|
inline |
A Git repository to associate 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 Amazon SageMaker Notebook Instances.
Definition at line 799 of file CreateNotebookInstanceRequest.h.
|
inline |
Sets whether Amazon SageMaker provides internet access to the notebook instance. If you set this to Disabled
this notebook instance will be able to access resources only in your VPC, and will not be able to connect to Amazon SageMaker training and endpoint services unless your configure a NAT Gateway in your VPC.
For more information, see Notebook Instances Are Internet-Enabled by Default. You can set the value of this parameter to Disabled
only if you set a value for the SubnetId
parameter.
Definition at line 596 of file CreateNotebookInstanceRequest.h.
|
inline |
Sets whether Amazon SageMaker provides internet access to the notebook instance. If you set this to Disabled
this notebook instance will be able to access resources only in your VPC, and will not be able to connect to Amazon SageMaker training and endpoint services unless your configure a NAT Gateway in your VPC.
For more information, see Notebook Instances Are Internet-Enabled by Default. You can set the value of this parameter to Disabled
only if you set a value for the SubnetId
parameter.
Definition at line 609 of file CreateNotebookInstanceRequest.h.
|
inline |
The type of ML compute instance to launch for the notebook instance.
Definition at line 97 of file CreateNotebookInstanceRequest.h.
|
inline |
The type of ML compute instance to launch for the notebook instance.
Definition at line 102 of file CreateNotebookInstanceRequest.h.
|
inline |
The Amazon Resource Name (ARN) of a AWS Key Management Service key that Amazon 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 AWS Key Management Service Developer Guide.
Definition at line 374 of file CreateNotebookInstanceRequest.h.
|
inline |
The Amazon Resource Name (ARN) of a AWS Key Management Service key that Amazon 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 AWS Key Management Service Developer Guide.
Definition at line 363 of file CreateNotebookInstanceRequest.h.
|
inline |
The Amazon Resource Name (ARN) of a AWS Key Management Service key that Amazon 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 AWS Key Management Service Developer Guide.
Definition at line 385 of file CreateNotebookInstanceRequest.h.
|
inline |
The name of a lifecycle configuration to associate with the notebook instance. For information about lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
Definition at line 524 of file CreateNotebookInstanceRequest.h.
|
inline |
The name of a lifecycle configuration to associate with the notebook instance. For information about lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
Definition at line 516 of file CreateNotebookInstanceRequest.h.
|
inline |
The name of a lifecycle configuration to associate with the notebook instance. For information about lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
Definition at line 532 of file CreateNotebookInstanceRequest.h.
|
inline |
The name of the new notebook instance.
Definition at line 61 of file CreateNotebookInstanceRequest.h.
|
inline |
The name of the new notebook instance.
Definition at line 56 of file CreateNotebookInstanceRequest.h.
|
inline |
The name of the new notebook instance.
Definition at line 66 of file CreateNotebookInstanceRequest.h.
|
inline |
When you send any requests to AWS resources from the notebook instance, Amazon SageMaker assumes this role to perform tasks on your behalf. You must grant this role necessary permissions so Amazon SageMaker can perform these tasks. The policy must allow the Amazon SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For more information, see Amazon SageMaker Roles.
To be able to pass this role to Amazon SageMaker, the caller of this API must have the iam:PassRole
permission.
Definition at line 273 of file CreateNotebookInstanceRequest.h.
|
inline |
When you send any requests to AWS resources from the notebook instance, Amazon SageMaker assumes this role to perform tasks on your behalf. You must grant this role necessary permissions so Amazon SageMaker can perform these tasks. The policy must allow the Amazon SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For more information, see Amazon SageMaker Roles.
To be able to pass this role to Amazon SageMaker, the caller of this API must have the iam:PassRole
permission.
Definition at line 259 of file CreateNotebookInstanceRequest.h.
|
inline |
When you send any requests to AWS resources from the notebook instance, Amazon SageMaker assumes this role to perform tasks on your behalf. You must grant this role necessary permissions so Amazon SageMaker can perform these tasks. The policy must allow the Amazon SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For more information, see Amazon SageMaker Roles.
To be able to pass this role to Amazon SageMaker, the caller of this API must have the iam:PassRole
permission.
Definition at line 287 of file CreateNotebookInstanceRequest.h.
|
inline |
Whether root access is enabled or disabled for users of the notebook instance. The default value is Enabled
.
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.
Definition at line 987 of file CreateNotebookInstanceRequest.h.
|
inline |
Whether root access is enabled or disabled for users of the notebook instance. The default value is Enabled
.
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.
Definition at line 997 of file CreateNotebookInstanceRequest.h.
|
inline |
The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.
Definition at line 186 of file CreateNotebookInstanceRequest.h.
|
inline |
The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.
Definition at line 180 of file CreateNotebookInstanceRequest.h.
|
inline |
The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.
Definition at line 137 of file CreateNotebookInstanceRequest.h.
|
inline |
The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.
Definition at line 131 of file CreateNotebookInstanceRequest.h.
|
inline |
The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.
Definition at line 143 of file CreateNotebookInstanceRequest.h.
|
inline |
An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.
Definition at line 455 of file CreateNotebookInstanceRequest.h.
|
inline |
An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.
Definition at line 446 of file CreateNotebookInstanceRequest.h.
|
inline |
The size, in GB, of the ML storage volume to attach to the notebook instance. The default value is 5 GB.
Definition at line 654 of file CreateNotebookInstanceRequest.h.
|
inline |
The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.
Definition at line 125 of file CreateNotebookInstanceRequest.h.
|
inline |
An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.
Definition at line 437 of file CreateNotebookInstanceRequest.h.
|
inline |
The size, in GB, of the ML storage volume to attach to the notebook instance. The default value is 5 GB.
Definition at line 648 of file CreateNotebookInstanceRequest.h.
|
inline |
A list of Elastic Inference (EI) instance types to associate with this notebook instance. Currently, only one instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.
Definition at line 715 of file CreateNotebookInstanceRequest.h.
|
inline |
A list of Elastic Inference (EI) instance types to associate with this notebook instance. Currently, only one instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.
Definition at line 706 of file CreateNotebookInstanceRequest.h.
|
inline |
An array of up to three Git repositories to associate 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 Amazon SageMaker Notebook Instances.
Definition at line 917 of file CreateNotebookInstanceRequest.h.
|
inline |
An array of up to three Git repositories to associate 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 Amazon SageMaker Notebook Instances.
Definition at line 904 of file CreateNotebookInstanceRequest.h.
|
inline |
A Git repository to associate 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 Amazon SageMaker Notebook Instances.
Definition at line 825 of file CreateNotebookInstanceRequest.h.
|
inline |
A Git repository to associate 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 Amazon SageMaker Notebook Instances.
Definition at line 812 of file CreateNotebookInstanceRequest.h.
|
inline |
A Git repository to associate 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 Amazon SageMaker Notebook Instances.
Definition at line 838 of file CreateNotebookInstanceRequest.h.
|
inline |
Sets whether Amazon SageMaker provides internet access to the notebook instance. If you set this to Disabled
this notebook instance will be able to access resources only in your VPC, and will not be able to connect to Amazon SageMaker training and endpoint services unless your configure a NAT Gateway in your VPC.
For more information, see Notebook Instances Are Internet-Enabled by Default. You can set the value of this parameter to Disabled
only if you set a value for the SubnetId
parameter.
Definition at line 622 of file CreateNotebookInstanceRequest.h.
|
inline |
Sets whether Amazon SageMaker provides internet access to the notebook instance. If you set this to Disabled
this notebook instance will be able to access resources only in your VPC, and will not be able to connect to Amazon SageMaker training and endpoint services unless your configure a NAT Gateway in your VPC.
For more information, see Notebook Instances Are Internet-Enabled by Default. You can set the value of this parameter to Disabled
only if you set a value for the SubnetId
parameter.
Definition at line 635 of file CreateNotebookInstanceRequest.h.
|
inline |
The type of ML compute instance to launch for the notebook instance.
Definition at line 107 of file CreateNotebookInstanceRequest.h.
|
inline |
The type of ML compute instance to launch for the notebook instance.
Definition at line 112 of file CreateNotebookInstanceRequest.h.
|
inline |
The Amazon Resource Name (ARN) of a AWS Key Management Service key that Amazon 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 AWS Key Management Service Developer Guide.
Definition at line 407 of file CreateNotebookInstanceRequest.h.
|
inline |
The Amazon Resource Name (ARN) of a AWS Key Management Service key that Amazon 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 AWS Key Management Service Developer Guide.
Definition at line 396 of file CreateNotebookInstanceRequest.h.
|
inline |
The Amazon Resource Name (ARN) of a AWS Key Management Service key that Amazon 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 AWS Key Management Service Developer Guide.
Definition at line 418 of file CreateNotebookInstanceRequest.h.
|
inline |
The name of a lifecycle configuration to associate with the notebook instance. For information about lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
Definition at line 548 of file CreateNotebookInstanceRequest.h.
|
inline |
The name of a lifecycle configuration to associate with the notebook instance. For information about lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
Definition at line 540 of file CreateNotebookInstanceRequest.h.
|
inline |
The name of a lifecycle configuration to associate with the notebook instance. For information about lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
Definition at line 556 of file CreateNotebookInstanceRequest.h.
|
inline |
The name of the new notebook instance.
Definition at line 76 of file CreateNotebookInstanceRequest.h.
|
inline |
The name of the new notebook instance.
Definition at line 71 of file CreateNotebookInstanceRequest.h.
|
inline |
The name of the new notebook instance.
Definition at line 81 of file CreateNotebookInstanceRequest.h.
|
inline |
When you send any requests to AWS resources from the notebook instance, Amazon SageMaker assumes this role to perform tasks on your behalf. You must grant this role necessary permissions so Amazon SageMaker can perform these tasks. The policy must allow the Amazon SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For more information, see Amazon SageMaker Roles.
To be able to pass this role to Amazon SageMaker, the caller of this API must have the iam:PassRole
permission.
Definition at line 315 of file CreateNotebookInstanceRequest.h.
|
inline |
When you send any requests to AWS resources from the notebook instance, Amazon SageMaker assumes this role to perform tasks on your behalf. You must grant this role necessary permissions so Amazon SageMaker can perform these tasks. The policy must allow the Amazon SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For more information, see Amazon SageMaker Roles.
To be able to pass this role to Amazon SageMaker, the caller of this API must have the iam:PassRole
permission.
Definition at line 301 of file CreateNotebookInstanceRequest.h.
|
inline |
When you send any requests to AWS resources from the notebook instance, Amazon SageMaker assumes this role to perform tasks on your behalf. You must grant this role necessary permissions so Amazon SageMaker can perform these tasks. The policy must allow the Amazon SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For more information, see Amazon SageMaker Roles.
To be able to pass this role to Amazon SageMaker, the caller of this API must have the iam:PassRole
permission.
Definition at line 329 of file CreateNotebookInstanceRequest.h.
|
inline |
Whether root access is enabled or disabled for users of the notebook instance. The default value is Enabled
.
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.
Definition at line 1007 of file CreateNotebookInstanceRequest.h.
|
inline |
Whether root access is enabled or disabled for users of the notebook instance. The default value is Enabled
.
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.
Definition at line 1017 of file CreateNotebookInstanceRequest.h.
|
inline |
The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.
Definition at line 198 of file CreateNotebookInstanceRequest.h.
|
inline |
The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.
Definition at line 192 of file CreateNotebookInstanceRequest.h.
|
inline |
The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.
Definition at line 155 of file CreateNotebookInstanceRequest.h.
|
inline |
The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.
Definition at line 149 of file CreateNotebookInstanceRequest.h.
|
inline |
The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.
Definition at line 161 of file CreateNotebookInstanceRequest.h.
|
inline |
An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.
Definition at line 473 of file CreateNotebookInstanceRequest.h.
|
inline |
An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.
Definition at line 464 of file CreateNotebookInstanceRequest.h.
|
inline |
The size, in GB, of the ML storage volume to attach to the notebook instance. The default value is 5 GB.
Definition at line 660 of file CreateNotebookInstanceRequest.h.