@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNotebookInstanceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeNotebookInstanceResult() |
Modifier and Type | Method and Description |
---|---|
DescribeNotebookInstanceResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAcceleratorTypes()
A list of the Elastic Inference (EI) instance types associated with this notebook instance.
|
List<String> |
getAdditionalCodeRepositories()
An array of up to three Git repositories associated with the notebook instance.
|
Date |
getCreationTime()
A timestamp.
|
String |
getDefaultCodeRepository()
The Git repository associated with the notebook instance as its default code repository.
|
String |
getDirectInternetAccess()
Describes whether Amazon SageMaker provides internet access to the notebook instance.
|
String |
getFailureReason()
If status is
Failed , the reason it failed. |
String |
getInstanceType()
The type of ML compute instance running on the notebook instance.
|
String |
getKmsKeyId()
The AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the
instance.
|
Date |
getLastModifiedTime()
A timestamp.
|
String |
getNetworkInterfaceId()
The network interface IDs that Amazon SageMaker created at the time of creating the instance.
|
String |
getNotebookInstanceArn()
The Amazon Resource Name (ARN) of the notebook instance.
|
String |
getNotebookInstanceLifecycleConfigName()
Returns the name of a notebook instance lifecycle configuration.
|
String |
getNotebookInstanceName()
The name of the Amazon SageMaker notebook instance.
|
String |
getNotebookInstanceStatus()
The status of the notebook instance.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role associated with the instance.
|
String |
getRootAccess()
Whether root access is enabled or disabled for users of the notebook instance.
|
List<String> |
getSecurityGroups()
The IDs of the VPC security groups.
|
String |
getSubnetId()
The ID of the VPC subnet.
|
String |
getUrl()
The URL that you use to connect to the Jupyter notebook that is running in your notebook instance.
|
Integer |
getVolumeSizeInGB()
The size, in GB, of the ML storage volume attached to the notebook instance.
|
int |
hashCode() |
void |
setAcceleratorTypes(Collection<String> acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance.
|
void |
setAdditionalCodeRepositories(Collection<String> additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
void |
setCreationTime(Date creationTime)
A timestamp.
|
void |
setDefaultCodeRepository(String defaultCodeRepository)
The Git repository associated with the notebook instance as its default code repository.
|
void |
setDirectInternetAccess(String directInternetAccess)
Describes whether Amazon SageMaker provides internet access to the notebook instance.
|
void |
setFailureReason(String failureReason)
If status is
Failed , the reason it failed. |
void |
setInstanceType(String instanceType)
The type of ML compute instance running on the notebook instance.
|
void |
setKmsKeyId(String kmsKeyId)
The AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the
instance.
|
void |
setLastModifiedTime(Date lastModifiedTime)
A timestamp.
|
void |
setNetworkInterfaceId(String networkInterfaceId)
The network interface IDs that Amazon SageMaker created at the time of creating the instance.
|
void |
setNotebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
|
void |
setNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
Returns the name of a notebook instance lifecycle configuration.
|
void |
setNotebookInstanceName(String notebookInstanceName)
The name of the Amazon SageMaker notebook instance.
|
void |
setNotebookInstanceStatus(String notebookInstanceStatus)
The status of the notebook instance.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role associated with the instance.
|
void |
setRootAccess(String rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
void |
setSecurityGroups(Collection<String> securityGroups)
The IDs of the VPC security groups.
|
void |
setSubnetId(String subnetId)
The ID of the VPC subnet.
|
void |
setUrl(String url)
The URL that you use to connect to the Jupyter notebook that is running in your notebook instance.
|
void |
setVolumeSizeInGB(Integer volumeSizeInGB)
The size, in GB, of the ML storage volume attached to the notebook instance.
|
String |
toString()
Returns a string representation of this object.
|
DescribeNotebookInstanceResult |
withAcceleratorTypes(Collection<String> acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance.
|
DescribeNotebookInstanceResult |
withAcceleratorTypes(NotebookInstanceAcceleratorType... acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance.
|
DescribeNotebookInstanceResult |
withAcceleratorTypes(String... acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance.
|
DescribeNotebookInstanceResult |
withAdditionalCodeRepositories(Collection<String> additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
DescribeNotebookInstanceResult |
withAdditionalCodeRepositories(String... additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
DescribeNotebookInstanceResult |
withCreationTime(Date creationTime)
A timestamp.
|
DescribeNotebookInstanceResult |
withDefaultCodeRepository(String defaultCodeRepository)
The Git repository associated with the notebook instance as its default code repository.
|
DescribeNotebookInstanceResult |
withDirectInternetAccess(DirectInternetAccess directInternetAccess)
Describes whether Amazon SageMaker provides internet access to the notebook instance.
|
DescribeNotebookInstanceResult |
withDirectInternetAccess(String directInternetAccess)
Describes whether Amazon SageMaker provides internet access to the notebook instance.
|
DescribeNotebookInstanceResult |
withFailureReason(String failureReason)
If status is
Failed , the reason it failed. |
DescribeNotebookInstanceResult |
withInstanceType(InstanceType instanceType)
The type of ML compute instance running on the notebook instance.
|
DescribeNotebookInstanceResult |
withInstanceType(String instanceType)
The type of ML compute instance running on the notebook instance.
|
DescribeNotebookInstanceResult |
withKmsKeyId(String kmsKeyId)
The AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the
instance.
|
DescribeNotebookInstanceResult |
withLastModifiedTime(Date lastModifiedTime)
A timestamp.
|
DescribeNotebookInstanceResult |
withNetworkInterfaceId(String networkInterfaceId)
The network interface IDs that Amazon SageMaker created at the time of creating the instance.
|
DescribeNotebookInstanceResult |
withNotebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
|
DescribeNotebookInstanceResult |
withNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
Returns the name of a notebook instance lifecycle configuration.
|
DescribeNotebookInstanceResult |
withNotebookInstanceName(String notebookInstanceName)
The name of the Amazon SageMaker notebook instance.
|
DescribeNotebookInstanceResult |
withNotebookInstanceStatus(NotebookInstanceStatus notebookInstanceStatus)
The status of the notebook instance.
|
DescribeNotebookInstanceResult |
withNotebookInstanceStatus(String notebookInstanceStatus)
The status of the notebook instance.
|
DescribeNotebookInstanceResult |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role associated with the instance.
|
DescribeNotebookInstanceResult |
withRootAccess(RootAccess rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
DescribeNotebookInstanceResult |
withRootAccess(String rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
DescribeNotebookInstanceResult |
withSecurityGroups(Collection<String> securityGroups)
The IDs of the VPC security groups.
|
DescribeNotebookInstanceResult |
withSecurityGroups(String... securityGroups)
The IDs of the VPC security groups.
|
DescribeNotebookInstanceResult |
withSubnetId(String subnetId)
The ID of the VPC subnet.
|
DescribeNotebookInstanceResult |
withUrl(String url)
The URL that you use to connect to the Jupyter notebook that is running in your notebook instance.
|
DescribeNotebookInstanceResult |
withVolumeSizeInGB(Integer volumeSizeInGB)
The size, in GB, of the ML storage volume attached to the notebook instance.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNotebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
notebookInstanceArn
- The Amazon Resource Name (ARN) of the notebook instance.public String getNotebookInstanceArn()
The Amazon Resource Name (ARN) of the notebook instance.
public DescribeNotebookInstanceResult withNotebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
notebookInstanceArn
- The Amazon Resource Name (ARN) of the notebook instance.public void setNotebookInstanceName(String notebookInstanceName)
The name of the Amazon SageMaker notebook instance.
notebookInstanceName
- The name of the Amazon SageMaker notebook instance.public String getNotebookInstanceName()
The name of the Amazon SageMaker notebook instance.
public DescribeNotebookInstanceResult withNotebookInstanceName(String notebookInstanceName)
The name of the Amazon SageMaker notebook instance.
notebookInstanceName
- The name of the Amazon SageMaker notebook instance.public void setNotebookInstanceStatus(String notebookInstanceStatus)
The status of the notebook instance.
notebookInstanceStatus
- The status of the notebook instance.NotebookInstanceStatus
public String getNotebookInstanceStatus()
The status of the notebook instance.
NotebookInstanceStatus
public DescribeNotebookInstanceResult withNotebookInstanceStatus(String notebookInstanceStatus)
The status of the notebook instance.
notebookInstanceStatus
- The status of the notebook instance.NotebookInstanceStatus
public DescribeNotebookInstanceResult withNotebookInstanceStatus(NotebookInstanceStatus notebookInstanceStatus)
The status of the notebook instance.
notebookInstanceStatus
- The status of the notebook instance.NotebookInstanceStatus
public void setFailureReason(String failureReason)
If status is Failed
, the reason it failed.
failureReason
- If status is Failed
, the reason it failed.public String getFailureReason()
If status is Failed
, the reason it failed.
Failed
, the reason it failed.public DescribeNotebookInstanceResult withFailureReason(String failureReason)
If status is Failed
, the reason it failed.
failureReason
- If status is Failed
, the reason it failed.public void setUrl(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.public String getUrl()
The URL that you use to connect to the Jupyter notebook that is running in your notebook instance.
public DescribeNotebookInstanceResult withUrl(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.public void setInstanceType(String instanceType)
The type of ML compute instance running on the notebook instance.
instanceType
- The type of ML compute instance running on the notebook instance.InstanceType
public String getInstanceType()
The type of ML compute instance running on the notebook instance.
InstanceType
public DescribeNotebookInstanceResult withInstanceType(String instanceType)
The type of ML compute instance running on the notebook instance.
instanceType
- The type of ML compute instance running on the notebook instance.InstanceType
public DescribeNotebookInstanceResult withInstanceType(InstanceType instanceType)
The type of ML compute instance running on the notebook instance.
instanceType
- The type of ML compute instance running on the notebook instance.InstanceType
public void setSubnetId(String subnetId)
The ID of the VPC subnet.
subnetId
- The ID of the VPC subnet.public String getSubnetId()
The ID of the VPC subnet.
public DescribeNotebookInstanceResult withSubnetId(String subnetId)
The ID of the VPC subnet.
subnetId
- The ID of the VPC subnet.public List<String> getSecurityGroups()
The IDs of the VPC security groups.
public void setSecurityGroups(Collection<String> securityGroups)
The IDs of the VPC security groups.
securityGroups
- The IDs of the VPC security groups.public DescribeNotebookInstanceResult withSecurityGroups(String... securityGroups)
The IDs of the VPC security groups.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroups(java.util.Collection)
or withSecurityGroups(java.util.Collection)
if you want
to override the existing values.
securityGroups
- The IDs of the VPC security groups.public DescribeNotebookInstanceResult withSecurityGroups(Collection<String> securityGroups)
The IDs of the VPC security groups.
securityGroups
- The IDs of the VPC security groups.public void setRoleArn(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.public String getRoleArn()
The Amazon Resource Name (ARN) of the IAM role associated with the instance.
public DescribeNotebookInstanceResult withRoleArn(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.public void setKmsKeyId(String kmsKeyId)
The AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.
kmsKeyId
- The AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached
to the instance.public String getKmsKeyId()
The AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.
public DescribeNotebookInstanceResult withKmsKeyId(String kmsKeyId)
The AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.
kmsKeyId
- The AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached
to the instance.public void setNetworkInterfaceId(String networkInterfaceId)
The network interface IDs that Amazon SageMaker created at the time of creating the instance.
networkInterfaceId
- The network interface IDs that Amazon SageMaker created at the time of creating the instance.public String getNetworkInterfaceId()
The network interface IDs that Amazon SageMaker created at the time of creating the instance.
public DescribeNotebookInstanceResult withNetworkInterfaceId(String networkInterfaceId)
The network interface IDs that Amazon SageMaker created at the time of creating the instance.
networkInterfaceId
- The network interface IDs that Amazon SageMaker created at the time of creating the instance.public void setLastModifiedTime(Date lastModifiedTime)
A timestamp. Use this parameter to retrieve the time when the notebook instance was last modified.
lastModifiedTime
- A timestamp. Use this parameter to retrieve the time when the notebook instance was last modified.public Date getLastModifiedTime()
A timestamp. Use this parameter to retrieve the time when the notebook instance was last modified.
public DescribeNotebookInstanceResult withLastModifiedTime(Date lastModifiedTime)
A timestamp. Use this parameter to retrieve the time when the notebook instance was last modified.
lastModifiedTime
- A timestamp. Use this parameter to retrieve the time when the notebook instance was last modified.public void setCreationTime(Date creationTime)
A timestamp. Use this parameter to return the time when the notebook instance was created
creationTime
- A timestamp. Use this parameter to return the time when the notebook instance was createdpublic Date getCreationTime()
A timestamp. Use this parameter to return the time when the notebook instance was created
public DescribeNotebookInstanceResult withCreationTime(Date creationTime)
A timestamp. Use this parameter to return the time when the notebook instance was created
creationTime
- A timestamp. Use this parameter to return the time when the notebook instance was createdpublic void setNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
Returns the name of a notebook instance lifecycle configuration.
For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance
notebookInstanceLifecycleConfigName
- Returns the name of a notebook instance lifecycle configuration.
For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance
public String getNotebookInstanceLifecycleConfigName()
Returns the name of a notebook instance lifecycle configuration.
For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance
For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance
public DescribeNotebookInstanceResult withNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
Returns the name of a notebook instance lifecycle configuration.
For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance
notebookInstanceLifecycleConfigName
- Returns the name of a notebook instance lifecycle configuration.
For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance
public void setDirectInternetAccess(String directInternetAccess)
Describes whether Amazon SageMaker provides internet access to the notebook instance. If this value is set to Disabled, the notebook instance does not have internet access, and cannot connect to Amazon SageMaker training and endpoint services.
For more information, see Notebook Instances Are Internet-Enabled by Default.
directInternetAccess
- Describes whether Amazon SageMaker provides internet access to the notebook instance. If this value is set
to Disabled, the notebook instance does not have internet access, and cannot connect to Amazon
SageMaker training and endpoint services.
For more information, see Notebook Instances Are Internet-Enabled by Default.
DirectInternetAccess
public String getDirectInternetAccess()
Describes whether Amazon SageMaker provides internet access to the notebook instance. If this value is set to Disabled, the notebook instance does not have internet access, and cannot connect to Amazon SageMaker training and endpoint services.
For more information, see Notebook Instances Are Internet-Enabled by Default.
For more information, see Notebook Instances Are Internet-Enabled by Default.
DirectInternetAccess
public DescribeNotebookInstanceResult withDirectInternetAccess(String directInternetAccess)
Describes whether Amazon SageMaker provides internet access to the notebook instance. If this value is set to Disabled, the notebook instance does not have internet access, and cannot connect to Amazon SageMaker training and endpoint services.
For more information, see Notebook Instances Are Internet-Enabled by Default.
directInternetAccess
- Describes whether Amazon SageMaker provides internet access to the notebook instance. If this value is set
to Disabled, the notebook instance does not have internet access, and cannot connect to Amazon
SageMaker training and endpoint services.
For more information, see Notebook Instances Are Internet-Enabled by Default.
DirectInternetAccess
public DescribeNotebookInstanceResult withDirectInternetAccess(DirectInternetAccess directInternetAccess)
Describes whether Amazon SageMaker provides internet access to the notebook instance. If this value is set to Disabled, the notebook instance does not have internet access, and cannot connect to Amazon SageMaker training and endpoint services.
For more information, see Notebook Instances Are Internet-Enabled by Default.
directInternetAccess
- Describes whether Amazon SageMaker provides internet access to the notebook instance. If this value is set
to Disabled, the notebook instance does not have internet access, and cannot connect to Amazon
SageMaker training and endpoint services.
For more information, see Notebook Instances Are Internet-Enabled by Default.
DirectInternetAccess
public void setVolumeSizeInGB(Integer volumeSizeInGB)
The size, in GB, of the ML storage volume attached to the notebook instance.
volumeSizeInGB
- The size, in GB, of the ML storage volume attached to the notebook instance.public Integer getVolumeSizeInGB()
The size, in GB, of the ML storage volume attached to the notebook instance.
public DescribeNotebookInstanceResult withVolumeSizeInGB(Integer volumeSizeInGB)
The size, in GB, of the ML storage volume attached to the notebook instance.
volumeSizeInGB
- The size, in GB, of the ML storage volume attached to the notebook instance.public List<String> getAcceleratorTypes()
A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.
NotebookInstanceAcceleratorType
public void setAcceleratorTypes(Collection<String> acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.
acceleratorTypes
- A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only
one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon
SageMaker.NotebookInstanceAcceleratorType
public DescribeNotebookInstanceResult withAcceleratorTypes(String... acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.
NOTE: This method appends the values to the existing list (if any). Use
setAcceleratorTypes(java.util.Collection)
or withAcceleratorTypes(java.util.Collection)
if you
want to override the existing values.
acceleratorTypes
- A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only
one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon
SageMaker.NotebookInstanceAcceleratorType
public DescribeNotebookInstanceResult withAcceleratorTypes(Collection<String> acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.
acceleratorTypes
- A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only
one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon
SageMaker.NotebookInstanceAcceleratorType
public DescribeNotebookInstanceResult withAcceleratorTypes(NotebookInstanceAcceleratorType... acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.
acceleratorTypes
- A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only
one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon
SageMaker.NotebookInstanceAcceleratorType
public void setDefaultCodeRepository(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 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.
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 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.public String getDefaultCodeRepository()
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 Amazon SageMaker Notebook Instances.
public DescribeNotebookInstanceResult withDefaultCodeRepository(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 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.
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 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.public List<String> getAdditionalCodeRepositories()
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 Amazon SageMaker Notebook Instances.
public void setAdditionalCodeRepositories(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 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.
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 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.public DescribeNotebookInstanceResult withAdditionalCodeRepositories(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 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.
NOTE: This method appends the values to the existing list (if any). Use
setAdditionalCodeRepositories(java.util.Collection)
or
withAdditionalCodeRepositories(java.util.Collection)
if you want to override the existing values.
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 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.public DescribeNotebookInstanceResult withAdditionalCodeRepositories(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 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.
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 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.public void setRootAccess(String rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
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.
rootAccess
- Whether root access is enabled or disabled for users of the notebook instance. 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.
RootAccess
public String getRootAccess()
Whether root access is enabled or disabled for users of the notebook instance.
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.
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.
RootAccess
public DescribeNotebookInstanceResult withRootAccess(String rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
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.
rootAccess
- Whether root access is enabled or disabled for users of the notebook instance. 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.
RootAccess
public DescribeNotebookInstanceResult withRootAccess(RootAccess rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
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.
rootAccess
- Whether root access is enabled or disabled for users of the notebook instance. 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.
RootAccess
public String toString()
toString
in class Object
Object.toString()
public DescribeNotebookInstanceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.