App Image Config Container Config Args
data class AppImageConfigContainerConfigArgs(val containerArguments: Output<List<String>>? = null, val containerEntrypoint: Output<List<String>>? = null, val containerEnvironmentVariables: Output<List<AppImageConfigCustomImageContainerEnvironmentVariableArgs>>? = null) : ConvertibleToJava<AppImageConfigContainerConfigArgs>
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: Output<List<AppImageConfigCustomImageContainerEnvironmentVariableArgs>>? = null
A list of variables to apply to the custom container.