| Package | Description |
|---|---|
| software.amazon.awscdk.services.sagemaker |
Amazon SageMaker Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnNotebookInstance.Builder |
CfnNotebookInstance.Builder.acceleratorTypes(List<String> acceleratorTypes)
A list of Amazon Elastic Inference (EI) instance types to associate with the notebook instance.
|
CfnNotebookInstance.Builder |
CfnNotebookInstance.Builder.additionalCodeRepositories(List<String> additionalCodeRepositories)
An array of up to three Git repositories associated with the notebook instance.
|
static CfnNotebookInstance.Builder |
CfnNotebookInstance.Builder.create(software.constructs.Construct scope,
String id) |
CfnNotebookInstance.Builder |
CfnNotebookInstance.Builder.defaultCodeRepository(String defaultCodeRepository)
The Git repository associated with the notebook instance as its default code repository.
|
CfnNotebookInstance.Builder |
CfnNotebookInstance.Builder.directInternetAccess(String directInternetAccess)
Sets whether SageMaker provides internet access to the notebook instance.
|
CfnNotebookInstance.Builder |
CfnNotebookInstance.Builder.instanceType(String instanceType)
The type of ML compute instance to launch for the notebook instance.
|
CfnNotebookInstance.Builder |
CfnNotebookInstance.Builder.kmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of a AWS Key Management Service key that SageMaker uses to encrypt data on the storage volume attached to your notebook instance.
|
CfnNotebookInstance.Builder |
CfnNotebookInstance.Builder.lifecycleConfigName(String lifecycleConfigName)
The name of a lifecycle configuration to associate with the notebook instance.
|
CfnNotebookInstance.Builder |
CfnNotebookInstance.Builder.notebookInstanceName(String notebookInstanceName)
The name of the new notebook instance.
|
CfnNotebookInstance.Builder |
CfnNotebookInstance.Builder.platformIdentifier(String platformIdentifier)
The platform identifier of the notebook instance runtime environment.
|
CfnNotebookInstance.Builder |
CfnNotebookInstance.Builder.roleArn(String roleArn)
When you send any requests to AWS resources from the notebook instance, SageMaker assumes this role to perform tasks on your behalf.
|
CfnNotebookInstance.Builder |
CfnNotebookInstance.Builder.rootAccess(String rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
CfnNotebookInstance.Builder |
CfnNotebookInstance.Builder.securityGroupIds(List<String> securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx.
|
CfnNotebookInstance.Builder |
CfnNotebookInstance.Builder.subnetId(String subnetId)
The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.
|
CfnNotebookInstance.Builder |
CfnNotebookInstance.Builder.tags(List<? extends CfnTag> tags)
A list of key-value pairs to apply to this resource.
|
CfnNotebookInstance.Builder |
CfnNotebookInstance.Builder.volumeSizeInGb(Number volumeSizeInGb)
The size, in GB, of the ML storage volume to attach to the notebook instance.
|
Copyright © 2022. All rights reserved.