AppImageConfigContainerConfigArgs

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.

Constructors

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

Properties

Link copied to clipboard
val containerArguments: Output<List<String>>? = null

A list of arguments to apply to the container.

Link copied to clipboard
val containerEntrypoint: Output<List<String>>? = null

The custom entry point to use on container.

Link copied to clipboard

A list of variables to apply to the custom container.

Functions

Link copied to clipboard
open override fun toJava(): AppImageConfigContainerConfigArgs