| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Definition of the public APIs exposed by SageMaker
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateNotebookInstanceResult> |
AmazonSageMakerAsync.createNotebookInstanceAsync(CreateNotebookInstanceRequest createNotebookInstanceRequest,
AsyncHandler<CreateNotebookInstanceRequest,CreateNotebookInstanceResult> asyncHandler)
Creates an Amazon SageMaker notebook instance.
|
Future<CreateNotebookInstanceResult> |
AbstractAmazonSageMakerAsync.createNotebookInstanceAsync(CreateNotebookInstanceRequest request,
AsyncHandler<CreateNotebookInstanceRequest,CreateNotebookInstanceResult> asyncHandler) |
Future<CreateNotebookInstanceResult> |
AmazonSageMakerAsyncClient.createNotebookInstanceAsync(CreateNotebookInstanceRequest request,
AsyncHandler<CreateNotebookInstanceRequest,CreateNotebookInstanceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.clone() |
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withDirectInternetAccess(DirectInternetAccess directInternetAccess)
Sets whether Amazon SageMaker provides internet access to the notebook instance.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withDirectInternetAccess(String directInternetAccess)
Sets whether Amazon SageMaker provides internet access to 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)
If you provide a AWS KMS key ID, Amazon SageMaker uses it to encrypt data at rest on the ML storage volume that
is 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.withRoleArn(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 |
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)
A list of tags to associate with the notebook instance.
|
CreateNotebookInstanceRequest |
CreateNotebookInstanceRequest.withTags(Tag... tags)
A list of tags to associate with the notebook instance.
|
Copyright © 2018. All rights reserved.