ModelEnvironmentDefinitionResponseResponseDocker

data class ModelEnvironmentDefinitionResponseResponseDocker(val baseDockerfile: String? = null, val baseImage: String? = null, val baseImageRegistry: ModelDockerSectionResponseResponseBaseImageRegistry? = null)

The definition of a Docker container.

Constructors

constructor(baseDockerfile: String? = null, baseImage: String? = null, baseImageRegistry: ModelDockerSectionResponseResponseBaseImageRegistry? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val baseDockerfile: String? = null

Base Dockerfile used for Docker-based runs. Mutually exclusive with BaseImage.

Link copied to clipboard
val baseImage: String? = null

Base image used for Docker-based runs. Mutually exclusive with BaseDockerfile.

Link copied to clipboard

Image registry that contains the base image.