| 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<UpdateNotebookInstanceResult> |
AmazonSageMakerAsyncClient.updateNotebookInstanceAsync(UpdateNotebookInstanceRequest request,
AsyncHandler<UpdateNotebookInstanceRequest,UpdateNotebookInstanceResult> asyncHandler) |
Future<UpdateNotebookInstanceResult> |
AmazonSageMakerAsync.updateNotebookInstanceAsync(UpdateNotebookInstanceRequest updateNotebookInstanceRequest,
AsyncHandler<UpdateNotebookInstanceRequest,UpdateNotebookInstanceResult> asyncHandler)
Updates a notebook instance.
|
Future<UpdateNotebookInstanceResult> |
AbstractAmazonSageMakerAsync.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 three Git repositories to associate with the notebook instance.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withAdditionalCodeRepositories(String... additionalCodeRepositories)
An array of up to three 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.withInstanceMetadataServiceConfiguration(InstanceMetadataServiceConfiguration instanceMetadataServiceConfiguration)
Information on the IMDS configuration of 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 SageMaker can assume to access the notebook instance.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withRootAccess(RootAccess rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withRootAccess(String rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
UpdateNotebookInstanceRequest |
UpdateNotebookInstanceRequest.withVolumeSizeInGB(Integer volumeSizeInGB)
The size, in GB, of the ML storage volume to attach to the notebook instance.
|
Copyright © 2024. All rights reserved.