| 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<UpdateNotebookInstanceResult> |
AmazonSageMakerAsync.updateNotebookInstanceAsync(UpdateNotebookInstanceRequest updateNotebookInstanceRequest,
AsyncHandler<UpdateNotebookInstanceRequest,UpdateNotebookInstanceResult> asyncHandler)
Updates a notebook instance.
|
Future<UpdateNotebookInstanceResult> |
AbstractAmazonSageMakerAsync.updateNotebookInstanceAsync(UpdateNotebookInstanceRequest request,
AsyncHandler<UpdateNotebookInstanceRequest,UpdateNotebookInstanceResult> asyncHandler) |
Future<UpdateNotebookInstanceResult> |
AmazonSageMakerAsyncClient.updateNotebookInstanceAsync(UpdateNotebookInstanceRequest request,
AsyncHandler<UpdateNotebookInstanceRequest,UpdateNotebookInstanceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.clone() |
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withInstanceType(InstanceType instanceType)
The Amazon ML compute instance type.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withInstanceType(String instanceType)
The Amazon ML compute instance type.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance to update.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withRoleArn(String roleArn)
Amazon Resource Name (ARN) of the IAM role to associate with the instance.
|
Copyright © 2018. All rights reserved.