Uses of Class
software.amazon.awssdk.services.sagemaker.model.ContainerConfig
-
Packages that use ContainerConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ContainerConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ContainerConfig Modifier and Type Method Description ContainerConfigCodeEditorAppImageConfig. containerConfig()Returns the value of the ContainerConfig property for this object.ContainerConfigJupyterLabAppImageConfig. containerConfig()Returns the value of the ContainerConfig property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ContainerConfig Modifier and Type Method Description CodeEditorAppImageConfig.BuilderCodeEditorAppImageConfig.Builder. containerConfig(ContainerConfig containerConfig)Sets the value of the ContainerConfig property for this object.JupyterLabAppImageConfig.BuilderJupyterLabAppImageConfig.Builder. containerConfig(ContainerConfig containerConfig)Sets the value of the ContainerConfig property for this object.
-