public static final class CfnNotebookInstanceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnNotebookInstanceProps
CfnNotebookInstanceProps
CfnNotebookInstanceProps.Builder, CfnNotebookInstanceProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getAcceleratorTypes()
A list of Amazon Elastic Inference (EI) instance types to associate with the notebook instance.
|
java.util.List<java.lang.String> |
getAdditionalCodeRepositories()
An array of up to three Git repositories associated with the notebook instance.
|
java.lang.String |
getDefaultCodeRepository()
The Git repository associated with the notebook instance as its default code repository.
|
java.lang.String |
getDirectInternetAccess()
Sets whether SageMaker provides internet access to the notebook instance.
|
java.lang.Object |
getInstanceMetadataServiceConfiguration()
Information on the IMDS configuration of the notebook instance.
|
java.lang.String |
getInstanceType()
The type of ML compute instance to launch for the notebook instance.
|
java.lang.String |
getKmsKeyId()
The Amazon Resource Name (ARN) of a AWS Key Management Service key that SageMaker uses to encrypt data on the storage volume attached to your notebook instance.
|
java.lang.String |
getLifecycleConfigName()
The name of a lifecycle configuration to associate with the notebook instance.
|
java.lang.String |
getNotebookInstanceName()
The name of the new notebook instance.
|
java.lang.String |
getPlatformIdentifier()
The platform identifier of the notebook instance runtime environment.
|
java.lang.String |
getRoleArn()
When you send any requests to AWS resources from the notebook instance, SageMaker assumes this role to perform tasks on your behalf.
|
java.lang.String |
getRootAccess()
Whether root access is enabled or disabled for users of the notebook instance.
|
java.util.List<java.lang.String> |
getSecurityGroupIds()
The VPC security group IDs, in the form sg-xxxxxxxx.
|
java.lang.String |
getSubnetId()
The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.
|
java.util.List<CfnTag> |
getTags()
A list of key-value pairs to apply to this resource.
|
java.lang.Number |
getVolumeSizeInGb()
The size, in GB, of the ML storage volume to attach to the notebook instance.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getInstanceType()
CfnNotebookInstanceProps
Expect some interruption of service if this parameter is changed as CloudFormation stops a notebook instance and starts it up again to update it.
getInstanceType
in interface CfnNotebookInstanceProps
public final java.lang.String getRoleArn()
CfnNotebookInstanceProps
You must grant this role necessary permissions so SageMaker can perform these tasks. The policy must allow the SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For more information, see SageMaker Roles .
To be able to pass this role to SageMaker, the caller of this API must have the
iam:PassRole
permission.
getRoleArn
in interface CfnNotebookInstanceProps
public final java.util.List<java.lang.String> getAcceleratorTypes()
CfnNotebookInstanceProps
Currently, only one instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker .
Valid Values: ml.eia1.medium | ml.eia1.large | ml.eia1.xlarge | ml.eia2.medium | ml.eia2.large | ml.eia2.xlarge
.
getAcceleratorTypes
in interface CfnNotebookInstanceProps
public final java.util.List<java.lang.String> getAdditionalCodeRepositories()
CfnNotebookInstanceProps
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 .
getAdditionalCodeRepositories
in interface CfnNotebookInstanceProps
public final java.lang.String getDefaultCodeRepository()
CfnNotebookInstanceProps
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 .
getDefaultCodeRepository
in interface CfnNotebookInstanceProps
public final java.lang.String getDirectInternetAccess()
CfnNotebookInstanceProps
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 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.
getDirectInternetAccess
in interface CfnNotebookInstanceProps
public final java.lang.Object getInstanceMetadataServiceConfiguration()
CfnNotebookInstanceProps
getInstanceMetadataServiceConfiguration
in interface CfnNotebookInstanceProps
public final java.lang.String getKmsKeyId()
CfnNotebookInstanceProps
The KMS key you provide must be enabled. For information, see Enabling and Disabling Keys in the AWS Key Management Service Developer Guide .
getKmsKeyId
in interface CfnNotebookInstanceProps
public final java.lang.String getLifecycleConfigName()
CfnNotebookInstanceProps
For information about lifecycle configurations, see Customize a Notebook Instance in the Amazon SageMaker Developer Guide .
getLifecycleConfigName
in interface CfnNotebookInstanceProps
public final java.lang.String getNotebookInstanceName()
CfnNotebookInstanceProps
getNotebookInstanceName
in interface CfnNotebookInstanceProps
public final java.lang.String getPlatformIdentifier()
CfnNotebookInstanceProps
getPlatformIdentifier
in interface CfnNotebookInstanceProps
public final java.lang.String getRootAccess()
CfnNotebookInstanceProps
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.
getRootAccess
in interface CfnNotebookInstanceProps
public final java.util.List<java.lang.String> getSecurityGroupIds()
CfnNotebookInstanceProps
The security groups must be for the same VPC as specified in the subnet.
getSecurityGroupIds
in interface CfnNotebookInstanceProps
public final java.lang.String getSubnetId()
CfnNotebookInstanceProps
getSubnetId
in interface CfnNotebookInstanceProps
public final java.util.List<CfnTag> getTags()
CfnNotebookInstanceProps
For more information, see Resource Tag and Using Cost Allocation Tags .
You can add tags later by using the CreateTags
API.
getTags
in interface CfnNotebookInstanceProps
public final java.lang.Number getVolumeSizeInGb()
CfnNotebookInstanceProps
The default value is 5 GB.
Expect some interruption of service if this parameter is changed as CloudFormation stops a notebook instance and starts it up again to update it.
getVolumeSizeInGb
in interface CfnNotebookInstanceProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()