| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateNotebookInstanceResult> |
AmazonSageMakerAsyncClient.createNotebookInstanceAsync(CreateNotebookInstanceRequest request,
AsyncHandler<CreateNotebookInstanceRequest,CreateNotebookInstanceResult> asyncHandler) |
Future<CreateNotebookInstanceResult> |
AmazonSageMakerAsync.createNotebookInstanceAsync(CreateNotebookInstanceRequest createNotebookInstanceRequest,
AsyncHandler<CreateNotebookInstanceRequest,CreateNotebookInstanceResult> asyncHandler)
Creates an SageMaker notebook instance.
|
Future<CreateNotebookInstanceResult> |
AbstractAmazonSageMakerAsync.createNotebookInstanceAsync(CreateNotebookInstanceRequest request,
AsyncHandler<CreateNotebookInstanceRequest,CreateNotebookInstanceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.clone() |
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withAcceleratorTypes(Collection<String> acceleratorTypes)
A list of Elastic Inference (EI) instance types to associate with this notebook instance.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withAcceleratorTypes(NotebookInstanceAcceleratorType... acceleratorTypes)
A list of Elastic Inference (EI) instance types to associate with this notebook instance.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withAcceleratorTypes(String... acceleratorTypes)
A list of Elastic Inference (EI) instance types to associate with this notebook instance.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withAdditionalCodeRepositories(Collection<String> additionalCodeRepositories)
An array of up to three Git repositories to associate with the notebook instance.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withAdditionalCodeRepositories(String... additionalCodeRepositories)
An array of up to three Git repositories to associate with the notebook instance.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withDefaultCodeRepository(String defaultCodeRepository)
A Git repository to associate with the notebook instance as its default code repository.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withDirectInternetAccess(DirectInternetAccess directInternetAccess)
Sets whether SageMaker provides internet access to the notebook instance.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withDirectInternetAccess(String directInternetAccess)
Sets whether SageMaker provides internet access to the notebook instance.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withInstanceMetadataServiceConfiguration(InstanceMetadataServiceConfiguration instanceMetadataServiceConfiguration)
Information on the IMDS configuration of the notebook instance
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withInstanceType(InstanceType instanceType)
The type of ML compute instance to launch for the notebook instance.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withInstanceType(String instanceType)
The type of ML compute instance to launch for the notebook instance.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withKmsKeyId(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 |
CreateNotebookInstanceRequest.withLifecycleConfigName(String lifecycleConfigName)
The name of a lifecycle configuration to associate with the notebook instance.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withNotebookInstanceName(String notebookInstanceName)
The name of the new notebook instance.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withPlatformIdentifier(String platformIdentifier)
The platform identifier of the notebook instance runtime environment.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withRoleArn(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 |
CreateNotebookInstanceRequest.withRootAccess(RootAccess rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withRootAccess(String rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withSecurityGroupIds(String... securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withSubnetId(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 |
CreateNotebookInstanceRequest.withTags(Collection<Tag> tags)
An array of key-value pairs.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withTags(Tag... tags)
An array of key-value pairs.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withVolumeSizeInGB(Integer volumeSizeInGB)
The size, in GB, of the ML storage volume to attach to the notebook instance.
|
Copyright © 2022. All rights reserved.