@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) |
Date |
getCreationTime()
A timestamp.
|
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()
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()
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()
Name of the Amazon SageMaker notebook instance.
|
String |
getNotebookInstanceStatus()
The status of the notebook instance.
|
String |
getRoleArn()
Amazon Resource Name (ARN) of the IAM role associated with the 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.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
A timestamp.
|
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)
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)
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)
Name of the Amazon SageMaker notebook instance.
|
void |
setNotebookInstanceStatus(String notebookInstanceStatus)
The status of the notebook instance.
|
void |
setRoleArn(String roleArn)
Amazon Resource Name (ARN) of the IAM role associated with the 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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeNotebookInstanceResult |
withCreationTime(Date creationTime)
A timestamp.
|
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)
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)
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)
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)
Amazon Resource Name (ARN) of the IAM role associated with the 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.
|
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)
Name of the Amazon SageMaker notebook instance.
notebookInstanceName
- Name of the Amazon SageMaker notebook instance.public String getNotebookInstanceName()
Name of the Amazon SageMaker notebook instance.
public DescribeNotebookInstanceResult withNotebookInstanceName(String notebookInstanceName)
Name of the Amazon SageMaker notebook instance.
notebookInstanceName
- 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.
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)
Amazon Resource Name (ARN) of the IAM role associated with the instance.
roleArn
- Amazon Resource Name (ARN) of the IAM role associated with the instance.public String getRoleArn()
Amazon Resource Name (ARN) of the IAM role associated with the instance.
public DescribeNotebookInstanceResult withRoleArn(String roleArn)
Amazon Resource Name (ARN) of the IAM role associated with the instance.
roleArn
- Amazon Resource Name (ARN) of the IAM role associated with the instance.public void setKmsKeyId(String kmsKeyId)
AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.
kmsKeyId
- 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()
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)
AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.
kmsKeyId
- 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)
Network interface IDs that Amazon SageMaker created at the time of creating the instance.
networkInterfaceId
- Network interface IDs that Amazon SageMaker created at the time of creating the instance.public String getNetworkInterfaceId()
Network interface IDs that Amazon SageMaker created at the time of creating the instance.
public DescribeNotebookInstanceResult withNetworkInterfaceId(String networkInterfaceId)
Network interface IDs that Amazon SageMaker created at the time of creating the instance.
networkInterfaceId
- 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 notebook-lifecycle-config.
notebookInstanceLifecycleConfigName
- Returns the name of a notebook instance lifecycle configuration.
For information about notebook instance lifestyle configurations, see notebook-lifecycle-config.
public String getNotebookInstanceLifecycleConfigName()
Returns the name of a notebook instance lifecycle configuration.
For information about notebook instance lifestyle configurations, see notebook-lifecycle-config.
For information about notebook instance lifestyle configurations, see notebook-lifecycle-config.
public DescribeNotebookInstanceResult withNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
Returns the name of a notebook instance lifecycle configuration.
For information about notebook instance lifestyle configurations, see notebook-lifecycle-config.
notebookInstanceLifecycleConfigName
- Returns the name of a notebook instance lifecycle configuration.
For information about notebook instance lifestyle configurations, see notebook-lifecycle-config.
public void setDirectInternetAccess(String directInternetAccess)
Describes whether Amazon SageMaker provides internet access to the notebook instance. If this value is set to Disabled, he notebook instance does not have internet access, and cannot connect to Amazon SageMaker training and endpoint services.
For more information, see appendix-notebook-and-internet-access.
directInternetAccess
- Describes whether Amazon SageMaker provides internet access to the notebook instance. If this value is set
to Disabled, he notebook instance does not have internet access, and cannot connect to Amazon SageMaker
training and endpoint services.
For more information, see appendix-notebook-and-internet-access.
DirectInternetAccess
public String getDirectInternetAccess()
Describes whether Amazon SageMaker provides internet access to the notebook instance. If this value is set to Disabled, he notebook instance does not have internet access, and cannot connect to Amazon SageMaker training and endpoint services.
For more information, see appendix-notebook-and-internet-access.
For more information, see appendix-notebook-and-internet-access.
DirectInternetAccess
public DescribeNotebookInstanceResult withDirectInternetAccess(String directInternetAccess)
Describes whether Amazon SageMaker provides internet access to the notebook instance. If this value is set to Disabled, he notebook instance does not have internet access, and cannot connect to Amazon SageMaker training and endpoint services.
For more information, see appendix-notebook-and-internet-access.
directInternetAccess
- Describes whether Amazon SageMaker provides internet access to the notebook instance. If this value is set
to Disabled, he notebook instance does not have internet access, and cannot connect to Amazon SageMaker
training and endpoint services.
For more information, see appendix-notebook-and-internet-access.
DirectInternetAccess
public DescribeNotebookInstanceResult withDirectInternetAccess(DirectInternetAccess directInternetAccess)
Describes whether Amazon SageMaker provides internet access to the notebook instance. If this value is set to Disabled, he notebook instance does not have internet access, and cannot connect to Amazon SageMaker training and endpoint services.
For more information, see appendix-notebook-and-internet-access.
directInternetAccess
- Describes whether Amazon SageMaker provides internet access to the notebook instance. If this value is set
to Disabled, he notebook instance does not have internet access, and cannot connect to Amazon SageMaker
training and endpoint services.
For more information, see appendix-notebook-and-internet-access.
DirectInternetAccess
public String toString()
toString
in class Object
Object.toString()
public DescribeNotebookInstanceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.