| 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.withAcceleratorTypes(Collection<String> acceleratorTypes)
A list of the Elastic Inference (EI) instance types to associate with this notebook instance.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withAcceleratorTypes(NotebookInstanceAcceleratorType... acceleratorTypes)
A list of the Elastic Inference (EI) instance types to associate with this notebook instance.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withAcceleratorTypes(String... acceleratorTypes)
A list of the Elastic Inference (EI) instance types to associate with this notebook instance.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withAdditionalCodeRepositories(Collection<String> additionalCodeRepositories)
An array of up to 3 git repositories to associate with the notebook instance.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withAdditionalCodeRepositories(String... additionalCodeRepositories)
An array of up to 3 git repositories to associate with the notebook instance.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withDefaultCodeRepository(String defaultCodeRepository)
The git repository to associate with the notebook instance as its default code repository.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withDisassociateAcceleratorTypes(Boolean disassociateAcceleratorTypes)
A list of the Elastic Inference (EI) instance types to remove from this notebook instance.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withDisassociateAdditionalCodeRepositories(Boolean disassociateAdditionalCodeRepositories)
A list of names or URLs of the default git repositories to remove from this notebook instance.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withDisassociateDefaultCodeRepository(Boolean disassociateDefaultCodeRepository)
The name or URL of the default git repository to remove from this notebook instance.
|
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.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withVolumeSizeInGB(Integer volumeSizeInGB)
The size, in GB, of the ML storage volume to attach to the notebook instance.
|
Copyright © 2018. All rights reserved.