Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ContainerConfig.Builder
-
Packages that use ContainerConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ContainerConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ContainerConfig.Builder Modifier and Type Method Description static ContainerConfig.BuilderContainerConfig. builder()ContainerConfig.BuilderContainerConfig.Builder. containerArguments(String... containerArguments)The arguments for the container when you're running the application.ContainerConfig.BuilderContainerConfig.Builder. containerArguments(Collection<String> containerArguments)The arguments for the container when you're running the application.ContainerConfig.BuilderContainerConfig.Builder. containerEntrypoint(String... containerEntrypoint)The entrypoint used to run the application in the container.ContainerConfig.BuilderContainerConfig.Builder. containerEntrypoint(Collection<String> containerEntrypoint)The entrypoint used to run the application in the container.ContainerConfig.BuilderContainerConfig.Builder. containerEnvironmentVariables(Map<String,String> containerEnvironmentVariables)The environment variables to set in the containerContainerConfig.BuilderContainerConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ContainerConfig.Builder Modifier and Type Method Description static Class<? extends ContainerConfig.Builder>ContainerConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ContainerConfig.Builder Modifier and Type Method Description default CodeEditorAppImageConfig.BuilderCodeEditorAppImageConfig.Builder. containerConfig(Consumer<ContainerConfig.Builder> containerConfig)Sets the value of the ContainerConfig property for this object.default JupyterLabAppImageConfig.BuilderJupyterLabAppImageConfig.Builder. containerConfig(Consumer<ContainerConfig.Builder> containerConfig)Sets the value of the ContainerConfig property for this object.
-