| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CodeEditorAppImageConfig |
CodeEditorAppImageConfig.clone() |
CodeEditorAppImageConfig |
AppImageConfigDetails.getCodeEditorAppImageConfig()
The configuration for the file system and the runtime, such as the environment variables and entry point.
|
CodeEditorAppImageConfig |
UpdateAppImageConfigRequest.getCodeEditorAppImageConfig()
The Code Editor app running on the image.
|
CodeEditorAppImageConfig |
CreateAppImageConfigRequest.getCodeEditorAppImageConfig()
The
CodeEditorAppImageConfig. |
CodeEditorAppImageConfig |
DescribeAppImageConfigResult.getCodeEditorAppImageConfig()
The configuration of the Code Editor app.
|
CodeEditorAppImageConfig |
CodeEditorAppImageConfig.withContainerConfig(ContainerConfig containerConfig) |
CodeEditorAppImageConfig |
CodeEditorAppImageConfig.withFileSystemConfig(FileSystemConfig fileSystemConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
AppImageConfigDetails.setCodeEditorAppImageConfig(CodeEditorAppImageConfig codeEditorAppImageConfig)
The configuration for the file system and the runtime, such as the environment variables and entry point.
|
void |
UpdateAppImageConfigRequest.setCodeEditorAppImageConfig(CodeEditorAppImageConfig codeEditorAppImageConfig)
The Code Editor app running on the image.
|
void |
CreateAppImageConfigRequest.setCodeEditorAppImageConfig(CodeEditorAppImageConfig codeEditorAppImageConfig)
The
CodeEditorAppImageConfig. |
void |
DescribeAppImageConfigResult.setCodeEditorAppImageConfig(CodeEditorAppImageConfig codeEditorAppImageConfig)
The configuration of the Code Editor app.
|
AppImageConfigDetails |
AppImageConfigDetails.withCodeEditorAppImageConfig(CodeEditorAppImageConfig codeEditorAppImageConfig)
The configuration for the file system and the runtime, such as the environment variables and entry point.
|
UpdateAppImageConfigRequest |
UpdateAppImageConfigRequest.withCodeEditorAppImageConfig(CodeEditorAppImageConfig codeEditorAppImageConfig)
The Code Editor app running on the image.
|
CreateAppImageConfigRequest |
CreateAppImageConfigRequest.withCodeEditorAppImageConfig(CodeEditorAppImageConfig codeEditorAppImageConfig)
The
CodeEditorAppImageConfig. |
DescribeAppImageConfigResult |
DescribeAppImageConfigResult.withCodeEditorAppImageConfig(CodeEditorAppImageConfig codeEditorAppImageConfig)
The configuration of the Code Editor app.
|
Copyright © 2025. All rights reserved.