| 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<UpdateAppImageConfigResult> |
AmazonSageMakerAsyncClient.updateAppImageConfigAsync(UpdateAppImageConfigRequest request,
AsyncHandler<UpdateAppImageConfigRequest,UpdateAppImageConfigResult> asyncHandler) |
Future<UpdateAppImageConfigResult> |
AmazonSageMakerAsync.updateAppImageConfigAsync(UpdateAppImageConfigRequest updateAppImageConfigRequest,
AsyncHandler<UpdateAppImageConfigRequest,UpdateAppImageConfigResult> asyncHandler)
Updates the properties of an AppImageConfig.
|
Future<UpdateAppImageConfigResult> |
AbstractAmazonSageMakerAsync.updateAppImageConfigAsync(UpdateAppImageConfigRequest request,
AsyncHandler<UpdateAppImageConfigRequest,UpdateAppImageConfigResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppImageConfigRequest |
UpdateAppImageConfigRequest.clone() |
UpdateAppImageConfigRequest |
UpdateAppImageConfigRequest.withAppImageConfigName(String appImageConfigName)
The name of the AppImageConfig to update.
|
UpdateAppImageConfigRequest |
UpdateAppImageConfigRequest.withCodeEditorAppImageConfig(CodeEditorAppImageConfig codeEditorAppImageConfig)
The Code Editor app running on the image.
|
UpdateAppImageConfigRequest |
UpdateAppImageConfigRequest.withJupyterLabAppImageConfig(JupyterLabAppImageConfig jupyterLabAppImageConfig)
The JupyterLab app running on the image.
|
UpdateAppImageConfigRequest |
UpdateAppImageConfigRequest.withKernelGatewayImageConfig(KernelGatewayImageConfig kernelGatewayImageConfig)
The new KernelGateway app to run on the image.
|
Copyright © 2024. All rights reserved.