ModelEnvironmentDefinitionPythonArgs

data class ModelEnvironmentDefinitionPythonArgs(val baseCondaEnvironment: Output<String>? = null, val condaDependencies: Output<Any>? = null, val interpreterPath: Output<String>? = null, val userManagedDependencies: Output<Boolean>? = null) : ConvertibleToJava<ModelEnvironmentDefinitionPythonArgs>

Settings for a Python environment.

Constructors

Link copied to clipboard
constructor(baseCondaEnvironment: Output<String>? = null, condaDependencies: Output<Any>? = null, interpreterPath: Output<String>? = null, userManagedDependencies: Output<Boolean>? = null)

Properties

Link copied to clipboard
val baseCondaEnvironment: Output<String>? = null
Link copied to clipboard
val condaDependencies: Output<Any>? = null

A JObject containing Conda dependencies.

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

The python interpreter path to use if an environment build is not required. The path specified gets used to call the user script.

Link copied to clipboard
val userManagedDependencies: Output<Boolean>? = null

True means that AzureML reuses an existing python environment; False means that AzureML will create a python environment based on the Conda dependencies specification.

Functions

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