Model Environment Definition Python Args
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.
Properties
Link copied to clipboard
Link copied to clipboard
A JObject containing Conda dependencies.
Link copied to clipboard
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
True means that AzureML reuses an existing python environment; False means that AzureML will create a python environment based on the Conda dependencies specification.