| 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.withDisassociateLifecycleConfig(Boolean disassociateLifecycleConfig)
Set to
true to remove the notebook instance lifecycle configuration currently associated with the
notebook instance. |
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withInstanceType(InstanceType instanceType)
The Amazon ML compute instance type.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withInstanceType(String instanceType)
The Amazon ML compute instance type.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withLifecycleConfigName(String lifecycleConfigName)
The name of a lifecycle configuration to associate with the notebook instance.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance to update.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that Amazon SageMaker can assume to access the notebook instance.
|
Copyright © 2018. All rights reserved.