Environment Image Request Environment Args
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
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
Settings for a Python environment.
Link copied to clipboard
Settings for a R environment.
Link copied to clipboard
The configuration for a Spark environment.