public static interface DescribeNotebookInstanceResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeNotebookInstanceResponse.Builder,DescribeNotebookInstanceResponse>
Modifier and Type | Method and Description |
---|---|
DescribeNotebookInstanceResponse.Builder |
acceleratorTypes(Collection<NotebookInstanceAcceleratorType> acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
acceleratorTypes(NotebookInstanceAcceleratorType... acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
acceleratorTypesWithStrings(Collection<String> acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
acceleratorTypesWithStrings(String... acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
additionalCodeRepositories(Collection<String> additionalCodeRepositories)
An array of up to 3 git repositories associated with the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
additionalCodeRepositories(String... additionalCodeRepositories)
An array of up to 3 git repositories associated with the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
creationTime(Instant creationTime)
A timestamp.
|
DescribeNotebookInstanceResponse.Builder |
defaultCodeRepository(String defaultCodeRepository)
The git repository associated with the notebook instance as its default code repository.
|
DescribeNotebookInstanceResponse.Builder |
directInternetAccess(DirectInternetAccess directInternetAccess)
Describes whether Amazon SageMaker provides internet access to the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
directInternetAccess(String directInternetAccess)
Describes whether Amazon SageMaker provides internet access to the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
failureReason(String failureReason)
If status is failed, the reason it failed.
|
DescribeNotebookInstanceResponse.Builder |
instanceType(InstanceType instanceType)
The type of ML compute instance running on the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
instanceType(String instanceType)
The type of ML compute instance running on the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
kmsKeyId(String kmsKeyId)
AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the
instance.
|
DescribeNotebookInstanceResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
A timestamp.
|
DescribeNotebookInstanceResponse.Builder |
networkInterfaceId(String networkInterfaceId)
Network interface IDs that Amazon SageMaker created at the time of creating the instance.
|
DescribeNotebookInstanceResponse.Builder |
notebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
notebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
Returns the name of a notebook instance lifecycle configuration.
|
DescribeNotebookInstanceResponse.Builder |
notebookInstanceName(String notebookInstanceName)
Name of the Amazon SageMaker notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
notebookInstanceStatus(NotebookInstanceStatus notebookInstanceStatus)
The status of the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
notebookInstanceStatus(String notebookInstanceStatus)
The status of the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
roleArn(String roleArn)
Amazon Resource Name (ARN) of the IAM role associated with the instance.
|
DescribeNotebookInstanceResponse.Builder |
securityGroups(Collection<String> securityGroups)
The IDs of the VPC security groups.
|
DescribeNotebookInstanceResponse.Builder |
securityGroups(String... securityGroups)
The IDs of the VPC security groups.
|
DescribeNotebookInstanceResponse.Builder |
subnetId(String subnetId)
The ID of the VPC subnet.
|
DescribeNotebookInstanceResponse.Builder |
url(String url)
The URL that you use to connect to the Jupyter notebook that is running in your notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
volumeSizeInGB(Integer volumeSizeInGB)
The size, in GB, of the ML storage volume attached to the notebook instance.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeNotebookInstanceResponse.Builder notebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
notebookInstanceArn
- The Amazon Resource Name (ARN) of the notebook instance.DescribeNotebookInstanceResponse.Builder notebookInstanceName(String notebookInstanceName)
Name of the Amazon SageMaker notebook instance.
notebookInstanceName
- Name of the Amazon SageMaker notebook instance.DescribeNotebookInstanceResponse.Builder notebookInstanceStatus(String notebookInstanceStatus)
The status of the notebook instance.
notebookInstanceStatus
- The status of the notebook instance.NotebookInstanceStatus
,
NotebookInstanceStatus
DescribeNotebookInstanceResponse.Builder notebookInstanceStatus(NotebookInstanceStatus notebookInstanceStatus)
The status of the notebook instance.
notebookInstanceStatus
- The status of the notebook instance.NotebookInstanceStatus
,
NotebookInstanceStatus
DescribeNotebookInstanceResponse.Builder failureReason(String failureReason)
If status is failed, the reason it failed.
failureReason
- If status is failed, the reason it failed.DescribeNotebookInstanceResponse.Builder url(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.DescribeNotebookInstanceResponse.Builder instanceType(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
,
InstanceType
DescribeNotebookInstanceResponse.Builder instanceType(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
,
InstanceType
DescribeNotebookInstanceResponse.Builder subnetId(String subnetId)
The ID of the VPC subnet.
subnetId
- The ID of the VPC subnet.DescribeNotebookInstanceResponse.Builder securityGroups(Collection<String> securityGroups)
The IDs of the VPC security groups.
securityGroups
- The IDs of the VPC security groups.DescribeNotebookInstanceResponse.Builder securityGroups(String... securityGroups)
The IDs of the VPC security groups.
securityGroups
- The IDs of the VPC security groups.DescribeNotebookInstanceResponse.Builder roleArn(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.DescribeNotebookInstanceResponse.Builder kmsKeyId(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.DescribeNotebookInstanceResponse.Builder networkInterfaceId(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.DescribeNotebookInstanceResponse.Builder lastModifiedTime(Instant 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.DescribeNotebookInstanceResponse.Builder creationTime(Instant 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 createdDescribeNotebookInstanceResponse.Builder notebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
Returns the name of a notebook instance lifecycle configuration.
For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance
notebookInstanceLifecycleConfigName
- Returns the name of a notebook instance lifecycle configuration.
For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance
DescribeNotebookInstanceResponse.Builder directInternetAccess(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 Notebook Instances Are Internet-Enabled by Default.
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 Notebook Instances Are Internet-Enabled by Default.
DirectInternetAccess
,
DirectInternetAccess
DescribeNotebookInstanceResponse.Builder directInternetAccess(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 Notebook Instances Are Internet-Enabled by Default.
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 Notebook Instances Are Internet-Enabled by Default.
DirectInternetAccess
,
DirectInternetAccess
DescribeNotebookInstanceResponse.Builder volumeSizeInGB(Integer volumeSizeInGB)
The size, in GB, of the ML storage volume attached to the notebook instance.
volumeSizeInGB
- The size, in GB, of the ML storage volume attached to the notebook instance.DescribeNotebookInstanceResponse.Builder acceleratorTypesWithStrings(Collection<String> acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.
acceleratorTypes
- A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently
only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon
SageMaker.DescribeNotebookInstanceResponse.Builder acceleratorTypesWithStrings(String... acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.
acceleratorTypes
- A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently
only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon
SageMaker.DescribeNotebookInstanceResponse.Builder acceleratorTypes(Collection<NotebookInstanceAcceleratorType> acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.
acceleratorTypes
- A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently
only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon
SageMaker.DescribeNotebookInstanceResponse.Builder acceleratorTypes(NotebookInstanceAcceleratorType... acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.
acceleratorTypes
- A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently
only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon
SageMaker.DescribeNotebookInstanceResponse.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.DescribeNotebookInstanceResponse.Builder additionalCodeRepositories(Collection<String> additionalCodeRepositories)
An array of up to 3 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 3 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.DescribeNotebookInstanceResponse.Builder additionalCodeRepositories(String... additionalCodeRepositories)
An array of up to 3 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 3 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.