CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.acceleratorTypes(Collection<NotebookInstanceAcceleratorType> acceleratorTypes) |
A list of Elastic Inference (EI) instance types to associate with this notebook instance.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.acceleratorTypes(NotebookInstanceAcceleratorType... acceleratorTypes) |
A list of Elastic Inference (EI) instance types to associate with this notebook instance.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.acceleratorTypesWithStrings(String... acceleratorTypes) |
A list of Elastic Inference (EI) instance types to associate with this notebook instance.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.acceleratorTypesWithStrings(Collection<String> acceleratorTypes) |
A list of Elastic Inference (EI) instance types to associate with this notebook instance.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.additionalCodeRepositories(String... additionalCodeRepositories) |
An array of up to three Git repositories to associate with the notebook instance.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.additionalCodeRepositories(Collection<String> additionalCodeRepositories) |
An array of up to three Git repositories to associate with the notebook instance.
|
static CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.builder() |
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.defaultCodeRepository(String defaultCodeRepository) |
A Git repository to associate with the notebook instance as its default code repository.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.directInternetAccess(String directInternetAccess) |
Sets whether SageMaker provides internet access to the notebook instance.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.directInternetAccess(DirectInternetAccess directInternetAccess) |
Sets whether SageMaker provides internet access to the notebook instance.
|
default CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.instanceMetadataServiceConfiguration(Consumer<InstanceMetadataServiceConfiguration.Builder> instanceMetadataServiceConfiguration) |
Information on the IMDS configuration of the notebook instance
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.instanceMetadataServiceConfiguration(InstanceMetadataServiceConfiguration instanceMetadataServiceConfiguration) |
Information on the IMDS configuration of the notebook instance
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.instanceType(String instanceType) |
The type of ML compute instance to launch for the notebook instance.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.instanceType(InstanceType instanceType) |
The type of ML compute instance to launch for the notebook instance.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.kmsKeyId(String kmsKeyId) |
The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to
encrypt data on the storage volume attached to your notebook instance.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.lifecycleConfigName(String lifecycleConfigName) |
The name of a lifecycle configuration to associate with the notebook instance.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.notebookInstanceName(String notebookInstanceName) |
The name of the new notebook instance.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.platformIdentifier(String platformIdentifier) |
The platform identifier of the notebook instance runtime environment.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.roleArn(String roleArn) |
When you send any requests to Amazon Web Services resources from the notebook instance, SageMaker assumes
this role to perform tasks on your behalf.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.rootAccess(String rootAccess) |
Whether root access is enabled or disabled for users of the notebook instance.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.rootAccess(RootAccess rootAccess) |
Whether root access is enabled or disabled for users of the notebook instance.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.securityGroupIds(String... securityGroupIds) |
The VPC security group IDs, in the form sg-xxxxxxxx.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.securityGroupIds(Collection<String> securityGroupIds) |
The VPC security group IDs, in the form sg-xxxxxxxx.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.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.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.tags(Collection<Tag> tags) |
An array of key-value pairs.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
An array of key-value pairs.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.tags(Tag... tags) |
An array of key-value pairs.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.toBuilder() |
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.volumeSizeInGB(Integer volumeSizeInGB) |
The size, in GB, of the ML storage volume to attach to the notebook instance.
|