EnvironmentImageRequestEnvironmentArgs

data class EnvironmentImageRequestEnvironmentArgs(val docker: Output<ModelEnvironmentDefinitionDockerArgs>? = null, val environmentVariables: Output<Map<String, String>>? = null, val inferencingStackVersion: Output<String>? = null, val name: Output<String>? = null, val python: Output<ModelEnvironmentDefinitionPythonArgs>? = null, val r: Output<ModelEnvironmentDefinitionRArgs>? = null, val spark: Output<ModelEnvironmentDefinitionSparkArgs>? = null, val version: Output<String>? = null) : ConvertibleToJava<EnvironmentImageRequestEnvironmentArgs>

The details of the AZURE ML environment.

Constructors

Link copied to clipboard
constructor(docker: Output<ModelEnvironmentDefinitionDockerArgs>? = null, environmentVariables: Output<Map<String, String>>? = null, inferencingStackVersion: Output<String>? = null, name: Output<String>? = null, python: Output<ModelEnvironmentDefinitionPythonArgs>? = null, r: Output<ModelEnvironmentDefinitionRArgs>? = null, spark: Output<ModelEnvironmentDefinitionSparkArgs>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard

The definition of a Docker container.

Link copied to clipboard
val environmentVariables: Output<Map<String, String>>? = null

Definition of environment variables to be defined in the environment.

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

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: Output<String>? = null

The name of the environment.

Link copied to clipboard

Settings for a Python environment.

Link copied to clipboard
val r: Output<ModelEnvironmentDefinitionRArgs>? = null

Settings for a R environment.

Link copied to clipboard

The configuration for a Spark environment.

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

The environment version.

Functions

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