Package | Description |
---|---|
software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
software.amazon.awssdk.services.sagemaker.model |
Modifier and Type | Method and Description |
---|---|
default CreateNotebookInstanceResponse |
SageMakerClient.createNotebookInstance(Consumer<CreateNotebookInstanceRequest.Builder> createNotebookInstanceRequest)
Creates an Amazon SageMaker notebook instance.
|
default CompletableFuture<CreateNotebookInstanceResponse> |
SageMakerAsyncClient.createNotebookInstance(Consumer<CreateNotebookInstanceRequest.Builder> createNotebookInstanceRequest)
Creates an Amazon SageMaker notebook instance.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<String> 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.additionalCodeRepositories(Collection<String> additionalCodeRepositories)
An array of up to three Git repositories to associate with the notebook instance.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.additionalCodeRepositories(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(DirectInternetAccess directInternetAccess)
Sets whether Amazon SageMaker provides internet access to the notebook instance.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.directInternetAccess(String directInternetAccess)
Sets whether Amazon SageMaker provides internet access to 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.instanceType(String 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 AWS Key Management Service key that Amazon 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(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.roleArn(String roleArn)
When you send any requests to AWS resources from the notebook instance, Amazon SageMaker assumes this role to
perform tasks on your behalf.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.rootAccess(RootAccess rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.rootAccess(String rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.securityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx.
|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.securityGroupIds(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.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends CreateNotebookInstanceRequest.Builder> |
CreateNotebookInstanceRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.