@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotebookInstanceSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides summary information for an Amazon SageMaker notebook instance.
Constructor and Description |
---|
NotebookInstanceSummary() |
Modifier and Type | Method and Description |
---|---|
NotebookInstanceSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
A timestamp that shows when the notebook instance was created.
|
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 |
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 instance running in your notebook instance.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
A timestamp that shows when the notebook instance was created.
|
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 |
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 instance running in your notebook instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
NotebookInstanceSummary |
withCreationTime(Date creationTime)
A timestamp that shows when the notebook instance was created.
|
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 |
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 instance 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 instance running in your notebook instance.
url
- The URL that you use to connect to the Jupyter instance running in your notebook instance.public String getUrl()
The URL that you use to connect to the Jupyter instance running in your notebook instance.
public NotebookInstanceSummary withUrl(String url)
The URL that you use to connect to the Jupyter instance running in your notebook instance.
url
- The URL that you use to connect to the Jupyter instance 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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.