| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.acceleratorTypes(Collection<NotebookInstanceAcceleratorType> acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.acceleratorTypes(NotebookInstanceAcceleratorType... acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.acceleratorTypesWithStrings(Collection<String> acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.acceleratorTypesWithStrings(String... acceleratorTypes)
A list of the Elastic Inference (EI) instance types associated with this notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.additionalCodeRepositories(Collection<String> additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.additionalCodeRepositories(String... additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
static DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.builder() |
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.creationTime(Instant creationTime)
A timestamp.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.defaultCodeRepository(String defaultCodeRepository)
The Git repository associated with the notebook instance as its default code repository.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.directInternetAccess(DirectInternetAccess directInternetAccess)
Describes whether Amazon SageMaker provides internet access to the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.directInternetAccess(String directInternetAccess)
Describes whether Amazon SageMaker provides internet access to the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.failureReason(String failureReason)
If status is
Failed, the reason it failed. |
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.instanceType(InstanceType instanceType)
The type of ML compute instance running on the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.instanceType(String instanceType)
The type of ML compute instance running on the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.kmsKeyId(String kmsKeyId)
The AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to
the instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
A timestamp.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.networkInterfaceId(String networkInterfaceId)
The network interface IDs that Amazon SageMaker created at the time of creating the instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.notebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.notebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
Returns the name of a notebook instance lifecycle configuration.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.notebookInstanceName(String notebookInstanceName)
The name of the Amazon SageMaker notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.notebookInstanceStatus(NotebookInstanceStatus notebookInstanceStatus)
The status of the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.notebookInstanceStatus(String notebookInstanceStatus)
The status of the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role associated with the instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.rootAccess(RootAccess rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.rootAccess(String rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.securityGroups(Collection<String> securityGroups)
The IDs of the VPC security groups.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.securityGroups(String... securityGroups)
The IDs of the VPC security groups.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.subnetId(String subnetId)
The ID of the VPC subnet.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.toBuilder() |
DescribeNotebookInstanceResponse.Builder |
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 |
DescribeNotebookInstanceResponse.Builder.volumeSizeInGB(Integer volumeSizeInGB)
The size, in GB, of the ML storage volume attached to the notebook instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeNotebookInstanceResponse.Builder> |
DescribeNotebookInstanceResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.