EnvironmentImageResponseResponseEnvironment

data class EnvironmentImageResponseResponseEnvironment(val docker: ModelEnvironmentDefinitionResponseResponseDocker? = null, val environmentVariables: Map<String, String>? = null, val inferencingStackVersion: String? = null, val name: String? = null, val python: ModelEnvironmentDefinitionResponseResponsePython? = null, val r: ModelEnvironmentDefinitionResponseResponseR? = null, val spark: ModelEnvironmentDefinitionResponseResponseSpark? = null, val version: String? = null)

The details of the AZURE ML environment.

Constructors

constructor(docker: ModelEnvironmentDefinitionResponseResponseDocker? = null, environmentVariables: Map<String, String>? = null, inferencingStackVersion: String? = null, name: String? = null, python: ModelEnvironmentDefinitionResponseResponsePython? = null, r: ModelEnvironmentDefinitionResponseResponseR? = null, spark: ModelEnvironmentDefinitionResponseResponseSpark? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The definition of a Docker container.

Link copied to clipboard

Definition of environment variables to be defined in the environment.

Link copied to clipboard

The inferencing stack version added to the image. To avoid adding an inferencing stack, do not set this value. Valid values: "latest".

Link copied to clipboard
val name: String? = null

The name of the environment.

Link copied to clipboard

Settings for a Python environment.

Link copied to clipboard

Settings for a R environment.

Link copied to clipboard

The configuration for a Spark environment.

Link copied to clipboard
val version: String? = null

The environment version.