@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotebookInstanceSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides summary information for an SageMaker notebook instance.
Constructor and Description |
---|
NotebookInstanceSummary() |
Modifier and Type | Method and Description |
---|---|
NotebookInstanceSummary |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAdditionalCodeRepositories()
An array of up to three Git repositories associated with the notebook instance.
|
Date |
getCreationTime()
A timestamp that shows when the notebook instance was created.
|
String |
getDefaultCodeRepository()
The Git repository associated with the notebook instance as its default code repository.
|
String |
getInstanceType()
The type of ML compute instance that the notebook instance is running on.
|
Date |
getLastModifiedTime()
A timestamp that shows when the notebook instance was last modified.
|
String |
getNotebookInstanceArn()
The Amazon Resource Name (ARN) of the notebook instance.
|
String |
getNotebookInstanceLifecycleConfigName()
The name of a notebook instance lifecycle configuration associated with this notebook instance.
|
String |
getNotebookInstanceName()
The name of the notebook instance that you want a summary for.
|
String |
getNotebookInstanceStatus()
The status of the notebook instance.
|
String |
getUrl()
The URL that you use to connect to the Jupyter notebook running in your notebook instance.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdditionalCodeRepositories(Collection<String> additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
void |
setCreationTime(Date creationTime)
A timestamp that shows when the notebook instance was created.
|
void |
setDefaultCodeRepository(String defaultCodeRepository)
The Git repository associated with the notebook instance as its default code repository.
|
void |
setInstanceType(String instanceType)
The type of ML compute instance that the notebook instance is running on.
|
void |
setLastModifiedTime(Date lastModifiedTime)
A timestamp that shows when the notebook instance was last modified.
|
void |
setNotebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
|
void |
setNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of a notebook instance lifecycle configuration associated with this notebook instance.
|
void |
setNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance that you want a summary for.
|
void |
setNotebookInstanceStatus(String notebookInstanceStatus)
The status of the notebook instance.
|
void |
setUrl(String url)
The URL that you use to connect to the Jupyter notebook running in your notebook instance.
|
String |
toString()
Returns a string representation of this object.
|
NotebookInstanceSummary |
withAdditionalCodeRepositories(Collection<String> additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
NotebookInstanceSummary |
withAdditionalCodeRepositories(String... additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
NotebookInstanceSummary |
withCreationTime(Date creationTime)
A timestamp that shows when the notebook instance was created.
|
NotebookInstanceSummary |
withDefaultCodeRepository(String defaultCodeRepository)
The Git repository associated with the notebook instance as its default code repository.
|
NotebookInstanceSummary |
withInstanceType(InstanceType instanceType)
The type of ML compute instance that the notebook instance is running on.
|
NotebookInstanceSummary |
withInstanceType(String instanceType)
The type of ML compute instance that the notebook instance is running on.
|
NotebookInstanceSummary |
withLastModifiedTime(Date lastModifiedTime)
A timestamp that shows when the notebook instance was last modified.
|
NotebookInstanceSummary |
withNotebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
|
NotebookInstanceSummary |
withNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of a notebook instance lifecycle configuration associated with this notebook instance.
|
NotebookInstanceSummary |
withNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance that you want a summary for.
|
NotebookInstanceSummary |
withNotebookInstanceStatus(NotebookInstanceStatus notebookInstanceStatus)
The status of the notebook instance.
|
NotebookInstanceSummary |
withNotebookInstanceStatus(String notebookInstanceStatus)
The status of the notebook instance.
|
NotebookInstanceSummary |
withUrl(String url)
The URL that you use to connect to the Jupyter notebook running in your notebook instance.
|
public void setNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance that you want a summary for.
notebookInstanceName
- The name of the notebook instance that you want a summary for.public String getNotebookInstanceName()
The name of the notebook instance that you want a summary for.
public NotebookInstanceSummary withNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance that you want a summary for.
notebookInstanceName
- The name of the notebook instance that you want a summary for.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 NotebookInstanceSummary withNotebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
notebookInstanceArn
- The Amazon Resource Name (ARN) of the 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 NotebookInstanceSummary withNotebookInstanceStatus(String notebookInstanceStatus)
The status of the notebook instance.
notebookInstanceStatus
- The status of the notebook instance.NotebookInstanceStatus
public NotebookInstanceSummary withNotebookInstanceStatus(NotebookInstanceStatus notebookInstanceStatus)
The status of the notebook instance.
notebookInstanceStatus
- The status of the notebook instance.NotebookInstanceStatus
public void setUrl(String url)
The URL that you use to connect to the Jupyter notebook running in your notebook instance.
url
- The URL that you use to connect to the Jupyter notebook running in your notebook instance.public String getUrl()
The URL that you use to connect to the Jupyter notebook running in your notebook instance.
public NotebookInstanceSummary withUrl(String url)
The URL that you use to connect to the Jupyter notebook running in your notebook instance.
url
- The URL that you use to connect to the Jupyter notebook running in your notebook instance.public void setInstanceType(String instanceType)
The type of ML compute instance that the notebook instance is running on.
instanceType
- The type of ML compute instance that the notebook instance is running on.InstanceType
public String getInstanceType()
The type of ML compute instance that the notebook instance is running on.
InstanceType
public NotebookInstanceSummary withInstanceType(String instanceType)
The type of ML compute instance that the notebook instance is running on.
instanceType
- The type of ML compute instance that the notebook instance is running on.InstanceType
public NotebookInstanceSummary withInstanceType(InstanceType instanceType)
The type of ML compute instance that the notebook instance is running on.
instanceType
- The type of ML compute instance that the notebook instance is running on.InstanceType
public void setCreationTime(Date creationTime)
A timestamp that shows when the notebook instance was created.
creationTime
- A timestamp that shows when the notebook instance was created.public Date getCreationTime()
A timestamp that shows when the notebook instance was created.
public NotebookInstanceSummary withCreationTime(Date creationTime)
A timestamp that shows when the notebook instance was created.
creationTime
- A timestamp that shows when the notebook instance was created.public void setLastModifiedTime(Date lastModifiedTime)
A timestamp that shows when the notebook instance was last modified.
lastModifiedTime
- A timestamp that shows when the notebook instance was last modified.public Date getLastModifiedTime()
A timestamp that shows when the notebook instance was last modified.
public NotebookInstanceSummary withLastModifiedTime(Date lastModifiedTime)
A timestamp that shows when the notebook instance was last modified.
lastModifiedTime
- A timestamp that shows when the notebook instance was last modified.public void setNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of a notebook instance lifecycle configuration associated with this notebook instance.
For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
notebookInstanceLifecycleConfigName
- The name of a notebook instance lifecycle configuration associated with this notebook instance.
For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
public String getNotebookInstanceLifecycleConfigName()
The name of a notebook instance lifecycle configuration associated with this notebook instance.
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 NotebookInstanceSummary withNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of a notebook instance lifecycle configuration associated with this notebook instance.
For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
notebookInstanceLifecycleConfigName
- The name of a notebook instance lifecycle configuration associated with this notebook instance.
For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
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 Amazon Web Services 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.
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 Amazon Web Services
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.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 Amazon Web Services 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.
public NotebookInstanceSummary 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 Amazon Web Services 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.
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 Amazon Web Services
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.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 Amazon Web Services 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.
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 Amazon Web Services 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.
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 Amazon Web Services
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.public NotebookInstanceSummary 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 Amazon Web Services 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.
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 Amazon Web Services
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.public NotebookInstanceSummary 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 Amazon Web Services 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.
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 Amazon Web Services
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.public String toString()
toString
in class Object
Object.toString()
public NotebookInstanceSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.