| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.acceleratorTypes(Collection<String> acceleratorTypes)
A list of Amazon Elastic Inference instance types to associate with the notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.acceleratorTypes(String... acceleratorTypes)
A list of Amazon Elastic Inference instance types to associate with the notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.additionalCodeRepositories(Collection<String> additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.additionalCodeRepositories(String... additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
static AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.builder() |
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.defaultCodeRepository(String defaultCodeRepository)
The Git repository associated with the notebook instance as its default code repository.
|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.directInternetAccess(String directInternetAccess)
Sets whether SageMaker provides internet access to the notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.failureReason(String failureReason)
If status of the instance is
Failed, the reason it failed. |
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.instanceMetadataServiceConfiguration(AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails instanceMetadataServiceConfiguration)
Information on the IMDS configuration of the notebook instance.
|
default AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.instanceMetadataServiceConfiguration(Consumer<AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder> instanceMetadataServiceConfiguration)
Information on the IMDS configuration of the notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.instanceType(String instanceType)
The type of machine learning (ML) compute instance to launch for the notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.kmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of an Key Management Service (KMS) key that SageMaker uses to encrypt data on
the storage volume attached to your notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.networkInterfaceId(String networkInterfaceId)
The network interface ID that SageMaker created when the instance was created.
|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.notebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.notebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of a notebook instance lifecycle configuration.
|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.notebookInstanceName(String notebookInstanceName)
The name of the new notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.notebookInstanceStatus(String notebookInstanceStatus)
The status of the notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.platformIdentifier(String platformIdentifier)
The platform identifier of the notebook instance runtime environment.
|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role associated with the instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.rootAccess(String rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.securityGroups(Collection<String> securityGroups)
The VPC security group IDs.
|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.securityGroups(String... securityGroups)
The VPC security group IDs.
|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.subnetId(String subnetId)
The ID of the VPC subnet to which you have a connectivity from your ML compute instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.toBuilder() |
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.url(String url)
The URL that you use to connect to the Jupyter notebook that is running in your notebook instance.
|
AwsSageMakerNotebookInstanceDetails.Builder |
AwsSageMakerNotebookInstanceDetails.Builder.volumeSizeInGB(Integer volumeSizeInGB)
The size, in GB, of the ML storage volume to attach to the notebook instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsSageMakerNotebookInstanceDetails.Builder> |
AwsSageMakerNotebookInstanceDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceDetails.Builder |
ResourceDetails.Builder.awsSageMakerNotebookInstance(Consumer<AwsSageMakerNotebookInstanceDetails.Builder> awsSageMakerNotebookInstance)
Sets the value of the AwsSageMakerNotebookInstance property for this object.
|
Copyright © 2023. All rights reserved.