| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
NotebookInstanceSummary |
NotebookInstanceSummary.clone() |
NotebookInstanceSummary |
NotebookInstanceSummary.withAdditionalCodeRepositories(Collection<String> additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
NotebookInstanceSummary |
NotebookInstanceSummary.withAdditionalCodeRepositories(String... additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
NotebookInstanceSummary |
NotebookInstanceSummary.withCreationTime(Date creationTime)
A timestamp that shows when the notebook instance was created.
|
NotebookInstanceSummary |
NotebookInstanceSummary.withDefaultCodeRepository(String defaultCodeRepository)
The Git repository associated with the notebook instance as its default code repository.
|
NotebookInstanceSummary |
NotebookInstanceSummary.withInstanceType(InstanceType instanceType)
The type of ML compute instance that the notebook instance is running on.
|
NotebookInstanceSummary |
NotebookInstanceSummary.withInstanceType(String instanceType)
The type of ML compute instance that the notebook instance is running on.
|
NotebookInstanceSummary |
NotebookInstanceSummary.withLastModifiedTime(Date lastModifiedTime)
A timestamp that shows when the notebook instance was last modified.
|
NotebookInstanceSummary |
NotebookInstanceSummary.withNotebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
|
NotebookInstanceSummary |
NotebookInstanceSummary.withNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of a notebook instance lifecycle configuration associated with this notebook instance.
|
NotebookInstanceSummary |
NotebookInstanceSummary.withNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance that you want a summary for.
|
NotebookInstanceSummary |
NotebookInstanceSummary.withNotebookInstanceStatus(NotebookInstanceStatus notebookInstanceStatus)
The status of the notebook instance.
|
NotebookInstanceSummary |
NotebookInstanceSummary.withNotebookInstanceStatus(String notebookInstanceStatus)
The status of the notebook instance.
|
NotebookInstanceSummary |
NotebookInstanceSummary.withUrl(String url)
The URL that you use to connect to the Jupyter notebook running in your notebook instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotebookInstanceSummary> |
ListNotebookInstancesResult.getNotebookInstances()
An array of
NotebookInstanceSummary objects, one for each notebook instance. |
| Modifier and Type | Method and Description |
|---|---|
ListNotebookInstancesResult |
ListNotebookInstancesResult.withNotebookInstances(NotebookInstanceSummary... notebookInstances)
An array of
NotebookInstanceSummary objects, one for each notebook instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListNotebookInstancesResult.setNotebookInstances(Collection<NotebookInstanceSummary> notebookInstances)
An array of
NotebookInstanceSummary objects, one for each notebook instance. |
ListNotebookInstancesResult |
ListNotebookInstancesResult.withNotebookInstances(Collection<NotebookInstanceSummary> notebookInstances)
An array of
NotebookInstanceSummary objects, one for each notebook instance. |
Copyright © 2022. All rights reserved.