App Image Config Container Config
data class AppImageConfigContainerConfig(val containerArguments: List<String>? = null, val containerEntrypoint: List<String>? = null, val containerEnvironmentVariables: List<AppImageConfigCustomImageContainerEnvironmentVariable>? = null)
The container configuration for a SageMaker image.
Properties
Link copied to clipboard
A list of arguments to apply to the container.
Link copied to clipboard
The custom entry point to use on container.
Link copied to clipboard
val containerEnvironmentVariables: List<AppImageConfigCustomImageContainerEnvironmentVariable>? = null
A list of variables to apply to the custom container.