| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateNotebookInstanceResponse> |
SageMakerAsyncClient.updateNotebookInstance(Consumer<UpdateNotebookInstanceRequest.Builder> updateNotebookInstanceRequest)
Updates a notebook instance.
|
default UpdateNotebookInstanceResponse |
SageMakerClient.updateNotebookInstance(Consumer<UpdateNotebookInstanceRequest.Builder> updateNotebookInstanceRequest)
Updates a notebook instance.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.acceleratorTypes(Collection<NotebookInstanceAcceleratorType> acceleratorTypes)
A list of the Elastic Inference (EI) instance types to associate with this notebook instance.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.acceleratorTypes(NotebookInstanceAcceleratorType... acceleratorTypes)
A list of the Elastic Inference (EI) instance types to associate with this notebook instance.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.acceleratorTypesWithStrings(Collection<String> acceleratorTypes)
A list of the Elastic Inference (EI) instance types to associate with this notebook instance.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.acceleratorTypesWithStrings(String... acceleratorTypes)
A list of the Elastic Inference (EI) instance types to associate with this notebook instance.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.additionalCodeRepositories(Collection<String> additionalCodeRepositories)
An array of up to three Git repositories to associate with the notebook instance.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.additionalCodeRepositories(String... additionalCodeRepositories)
An array of up to three Git repositories to associate with the notebook instance.
|
static UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.builder() |
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.defaultCodeRepository(String defaultCodeRepository)
The Git repository to associate with the notebook instance as its default code repository.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.disassociateAcceleratorTypes(Boolean disassociateAcceleratorTypes)
A list of the Elastic Inference (EI) instance types to remove from this notebook instance.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.disassociateAdditionalCodeRepositories(Boolean disassociateAdditionalCodeRepositories)
A list of names or URLs of the default Git repositories to remove from this notebook instance.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.disassociateDefaultCodeRepository(Boolean disassociateDefaultCodeRepository)
The name or URL of the default Git repository to remove from this notebook instance.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.disassociateLifecycleConfig(Boolean disassociateLifecycleConfig)
Set to
true to remove the notebook instance lifecycle configuration currently associated with
the notebook instance. |
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.instanceType(InstanceType instanceType)
The Amazon ML compute instance type.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.instanceType(String instanceType)
The Amazon ML compute instance type.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.lifecycleConfigName(String lifecycleConfigName)
The name of a lifecycle configuration to associate with the notebook instance.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.notebookInstanceName(String notebookInstanceName)
The name of the notebook instance to update.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that Amazon SageMaker can assume to access the notebook
instance.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.rootAccess(RootAccess rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.rootAccess(String rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.toBuilder() |
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.volumeSizeInGB(Integer volumeSizeInGB)
The size, in GB, of the ML storage volume to attach to the notebook instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateNotebookInstanceRequest.Builder> |
UpdateNotebookInstanceRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.