public static interface AwsSageMakerNotebookInstanceDetails.Builder extends SdkPojo, CopyableBuilder<AwsSageMakerNotebookInstanceDetails.Builder,AwsSageMakerNotebookInstanceDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsSageMakerNotebookInstanceDetails.Builder |
acceleratorTypes(Collection<String> acceleratorTypes)
A list of Amazon Elastic Inference instance types to associate with the notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
acceleratorTypes(String... acceleratorTypes)
A list of Amazon Elastic Inference instance types to associate with the notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
additionalCodeRepositories(Collection<String> additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
additionalCodeRepositories(String... additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
defaultCodeRepository(String defaultCodeRepository)
The Git repository associated with the notebook instance as its default code repository.
|
AwsSageMakerNotebookInstanceDetails.Builder |
directInternetAccess(String directInternetAccess)
Sets whether SageMaker provides internet access to the notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
failureReason(String failureReason)
If status of the instance is
Failed, the reason it failed. |
AwsSageMakerNotebookInstanceDetails.Builder |
instanceMetadataServiceConfiguration(AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails instanceMetadataServiceConfiguration)
Information on the IMDS configuration of the notebook instance.
|
default AwsSageMakerNotebookInstanceDetails.Builder |
instanceMetadataServiceConfiguration(Consumer<AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder> instanceMetadataServiceConfiguration)
Information on the IMDS configuration of the notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
instanceType(String instanceType)
The type of machine learning (ML) compute instance to launch for the notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
kmsKeyId(String kmsKeyId)
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.
|
AwsSageMakerNotebookInstanceDetails.Builder |
networkInterfaceId(String networkInterfaceId)
The network interface ID that SageMaker created when the instance was created.
|
AwsSageMakerNotebookInstanceDetails.Builder |
notebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
notebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of a notebook instance lifecycle configuration.
|
AwsSageMakerNotebookInstanceDetails.Builder |
notebookInstanceName(String notebookInstanceName)
The name of the new notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
notebookInstanceStatus(String notebookInstanceStatus)
The status of the notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
platformIdentifier(String platformIdentifier)
The platform identifier of the notebook instance runtime environment.
|
AwsSageMakerNotebookInstanceDetails.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role associated with the instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
rootAccess(String rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
securityGroups(Collection<String> securityGroups)
The VPC security group IDs.
|
AwsSageMakerNotebookInstanceDetails.Builder |
securityGroups(String... securityGroups)
The VPC security group IDs.
|
AwsSageMakerNotebookInstanceDetails.Builder |
subnetId(String subnetId)
The ID of the VPC subnet to which you have a connectivity from your ML compute instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
url(String url)
The URL that you use to connect to the Jupyter notebook that is running in your notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
volumeSizeInGB(Integer volumeSizeInGB)
The size, in GB, of the ML storage volume to attach to the notebook instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsSageMakerNotebookInstanceDetails.Builder acceleratorTypes(Collection<String> acceleratorTypes)
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.
acceleratorTypes - 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.AwsSageMakerNotebookInstanceDetails.Builder acceleratorTypes(String... acceleratorTypes)
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.
acceleratorTypes - 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.AwsSageMakerNotebookInstanceDetails.Builder additionalCodeRepositories(Collection<String> additionalCodeRepositories)
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.
additionalCodeRepositories - 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.AwsSageMakerNotebookInstanceDetails.Builder additionalCodeRepositories(String... additionalCodeRepositories)
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.
additionalCodeRepositories - 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.AwsSageMakerNotebookInstanceDetails.Builder defaultCodeRepository(String defaultCodeRepository)
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.
defaultCodeRepository - 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.AwsSageMakerNotebookInstanceDetails.Builder directInternetAccess(String directInternetAccess)
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.
directInternetAccess - 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.AwsSageMakerNotebookInstanceDetails.Builder failureReason(String failureReason)
If status of the instance is Failed, the reason it failed.
failureReason - If status of the instance is Failed, the reason it failed.AwsSageMakerNotebookInstanceDetails.Builder instanceMetadataServiceConfiguration(AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails instanceMetadataServiceConfiguration)
Information on the IMDS configuration of the notebook instance.
instanceMetadataServiceConfiguration - Information on the IMDS configuration of the notebook instance.default AwsSageMakerNotebookInstanceDetails.Builder instanceMetadataServiceConfiguration(Consumer<AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder> instanceMetadataServiceConfiguration)
Information on the IMDS configuration of the notebook instance.
This is a convenience method that creates an instance of theAwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder avoiding the need to create
one manually via AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to
instanceMetadataServiceConfiguration(AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails).
instanceMetadataServiceConfiguration - a consumer that will call methods on
AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.BuilderinstanceMetadataServiceConfiguration(AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails)AwsSageMakerNotebookInstanceDetails.Builder instanceType(String instanceType)
The type of machine learning (ML) compute instance to launch for the notebook instance.
instanceType - The type of machine learning (ML) compute instance to launch for the notebook instance.AwsSageMakerNotebookInstanceDetails.Builder kmsKeyId(String kmsKeyId)
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.
kmsKeyId - 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.AwsSageMakerNotebookInstanceDetails.Builder networkInterfaceId(String networkInterfaceId)
The network interface ID that SageMaker created when the instance was created.
networkInterfaceId - The network interface ID that SageMaker created when the instance was created.AwsSageMakerNotebookInstanceDetails.Builder notebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
notebookInstanceArn - The Amazon Resource Name (ARN) of the notebook instance.AwsSageMakerNotebookInstanceDetails.Builder notebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of a notebook instance lifecycle configuration.
notebookInstanceLifecycleConfigName - The name of a notebook instance lifecycle configuration.AwsSageMakerNotebookInstanceDetails.Builder notebookInstanceName(String notebookInstanceName)
The name of the new notebook instance.
notebookInstanceName - The name of the new notebook instance.AwsSageMakerNotebookInstanceDetails.Builder notebookInstanceStatus(String notebookInstanceStatus)
The status of the notebook instance.
notebookInstanceStatus - The status of the notebook instance.AwsSageMakerNotebookInstanceDetails.Builder platformIdentifier(String platformIdentifier)
The platform identifier of the notebook instance runtime environment.
platformIdentifier - The platform identifier of the notebook instance runtime environment.AwsSageMakerNotebookInstanceDetails.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role associated with the instance.
roleArn - The Amazon Resource Name (ARN) of the IAM role associated with the instance.AwsSageMakerNotebookInstanceDetails.Builder rootAccess(String rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
rootAccess - Whether root access is enabled or disabled for users of the notebook instance.AwsSageMakerNotebookInstanceDetails.Builder securityGroups(Collection<String> securityGroups)
The VPC security group IDs.
securityGroups - The VPC security group IDs.AwsSageMakerNotebookInstanceDetails.Builder securityGroups(String... securityGroups)
The VPC security group IDs.
securityGroups - The VPC security group IDs.AwsSageMakerNotebookInstanceDetails.Builder subnetId(String subnetId)
The ID of the VPC subnet to which you have a connectivity from your ML compute instance.
subnetId - The ID of the VPC subnet to which you have a connectivity from your ML compute instance.AwsSageMakerNotebookInstanceDetails.Builder url(String url)
The URL that you use to connect to the Jupyter notebook that is running in your notebook instance.
url - The URL that you use to connect to the Jupyter notebook that is running in your notebook instance.AwsSageMakerNotebookInstanceDetails.Builder volumeSizeInGB(Integer volumeSizeInGB)
The size, in GB, of the ML storage volume to attach to the notebook instance.
volumeSizeInGB - The size, in GB, of the ML storage volume to attach to the notebook instance.Copyright © 2023. All rights reserved.