AppImageConfigContainerConfig

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.

Constructors

Link copied to clipboard
constructor(containerArguments: List<String>? = null, containerEntrypoint: List<String>? = null, containerEnvironmentVariables: List<AppImageConfigCustomImageContainerEnvironmentVariable>? = null)

Types

Link copied to clipboard
object Companion

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

A list of variables to apply to the custom container.