public static interface NotebookInstanceSummary.Builder extends SdkPojo, CopyableBuilder<NotebookInstanceSummary.Builder,NotebookInstanceSummary>
Modifier and Type | Method and Description |
---|---|
NotebookInstanceSummary.Builder |
additionalCodeRepositories(Collection<String> additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
NotebookInstanceSummary.Builder |
additionalCodeRepositories(String... additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
NotebookInstanceSummary.Builder |
creationTime(Instant creationTime)
A timestamp that shows when the notebook instance was created.
|
NotebookInstanceSummary.Builder |
defaultCodeRepository(String defaultCodeRepository)
The Git repository associated with the notebook instance as its default code repository.
|
NotebookInstanceSummary.Builder |
instanceType(InstanceType instanceType)
The type of ML compute instance that the notebook instance is running on.
|
NotebookInstanceSummary.Builder |
instanceType(String instanceType)
The type of ML compute instance that the notebook instance is running on.
|
NotebookInstanceSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
A timestamp that shows when the notebook instance was last modified.
|
NotebookInstanceSummary.Builder |
notebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
|
NotebookInstanceSummary.Builder |
notebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of a notebook instance lifecycle configuration associated with this notebook instance.
|
NotebookInstanceSummary.Builder |
notebookInstanceName(String notebookInstanceName)
The name of the notebook instance that you want a summary for.
|
NotebookInstanceSummary.Builder |
notebookInstanceStatus(NotebookInstanceStatus notebookInstanceStatus)
The status of the notebook instance.
|
NotebookInstanceSummary.Builder |
notebookInstanceStatus(String notebookInstanceStatus)
The status of the notebook instance.
|
NotebookInstanceSummary.Builder |
url(String url)
The URL that you use to connect to the Jupyter instance running in your notebook instance.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
NotebookInstanceSummary.Builder notebookInstanceName(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.NotebookInstanceSummary.Builder notebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
notebookInstanceArn
- The Amazon Resource Name (ARN) of the notebook instance.NotebookInstanceSummary.Builder notebookInstanceStatus(String notebookInstanceStatus)
The status of the notebook instance.
notebookInstanceStatus
- The status of the notebook instance.NotebookInstanceStatus
,
NotebookInstanceStatus
NotebookInstanceSummary.Builder notebookInstanceStatus(NotebookInstanceStatus notebookInstanceStatus)
The status of the notebook instance.
notebookInstanceStatus
- The status of the notebook instance.NotebookInstanceStatus
,
NotebookInstanceStatus
NotebookInstanceSummary.Builder url(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.NotebookInstanceSummary.Builder instanceType(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
,
InstanceType
NotebookInstanceSummary.Builder instanceType(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
,
InstanceType
NotebookInstanceSummary.Builder creationTime(Instant creationTime)
A timestamp that shows when the notebook instance was created.
creationTime
- A timestamp that shows when the notebook instance was created.NotebookInstanceSummary.Builder lastModifiedTime(Instant lastModifiedTime)
A timestamp that shows when the notebook instance was last modified.
lastModifiedTime
- A timestamp that shows when the notebook instance was last modified.NotebookInstanceSummary.Builder notebookInstanceLifecycleConfigName(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.
NotebookInstanceSummary.Builder defaultCodeRepository(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.NotebookInstanceSummary.Builder additionalCodeRepositories(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.NotebookInstanceSummary.Builder additionalCodeRepositories(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.Copyright © 2020. All rights reserved.