| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerConfig |
ContainerConfig.addContainerEnvironmentVariablesEntry(String key,
String value)
Add a single ContainerEnvironmentVariables entry
|
ContainerConfig |
ContainerConfig.clearContainerEnvironmentVariablesEntries()
Removes all the entries added into ContainerEnvironmentVariables.
|
ContainerConfig |
ContainerConfig.clone() |
ContainerConfig |
CodeEditorAppImageConfig.getContainerConfig() |
ContainerConfig |
JupyterLabAppImageConfig.getContainerConfig() |
ContainerConfig |
ContainerConfig.withContainerArguments(Collection<String> containerArguments)
The arguments for the container when you're running the application.
|
ContainerConfig |
ContainerConfig.withContainerArguments(String... containerArguments)
The arguments for the container when you're running the application.
|
ContainerConfig |
ContainerConfig.withContainerEntrypoint(Collection<String> containerEntrypoint)
The entrypoint used to run the application in the container.
|
ContainerConfig |
ContainerConfig.withContainerEntrypoint(String... containerEntrypoint)
The entrypoint used to run the application in the container.
|
ContainerConfig |
ContainerConfig.withContainerEnvironmentVariables(Map<String,String> containerEnvironmentVariables)
The environment variables to set in the container
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeEditorAppImageConfig.setContainerConfig(ContainerConfig containerConfig) |
void |
JupyterLabAppImageConfig.setContainerConfig(ContainerConfig containerConfig) |
CodeEditorAppImageConfig |
CodeEditorAppImageConfig.withContainerConfig(ContainerConfig containerConfig) |
JupyterLabAppImageConfig |
JupyterLabAppImageConfig.withContainerConfig(ContainerConfig containerConfig) |
Copyright © 2024. All rights reserved.