UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.acceleratorTypes(Collection<NotebookInstanceAcceleratorType> acceleratorTypes) |
This parameter is no longer supported.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.acceleratorTypes(NotebookInstanceAcceleratorType... acceleratorTypes) |
This parameter is no longer supported.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.acceleratorTypesWithStrings(String... acceleratorTypes) |
This parameter is no longer supported.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.acceleratorTypesWithStrings(Collection<String> acceleratorTypes) |
This parameter is no longer supported.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.additionalCodeRepositories(String... additionalCodeRepositories) |
An array of up to three Git repositories to associate with the notebook instance.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.additionalCodeRepositories(Collection<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) |
This parameter is no longer supported.
|
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.
|
default UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.instanceMetadataServiceConfiguration(Consumer<InstanceMetadataServiceConfiguration.Builder> instanceMetadataServiceConfiguration) |
Information on the IMDS configuration of the notebook instance
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.instanceMetadataServiceConfiguration(InstanceMetadataServiceConfiguration instanceMetadataServiceConfiguration) |
Information on the IMDS configuration of the notebook instance
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.instanceType(String instanceType) |
The Amazon ML compute instance type.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.instanceType(InstanceType 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the IAM role that SageMaker AI can assume to access 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.Builder.rootAccess(RootAccess 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.
|