ModelEnvironmentDefinitionResponseResponsePython

data class ModelEnvironmentDefinitionResponseResponsePython(val baseCondaEnvironment: String? = null, val condaDependencies: Any? = null, val interpreterPath: String? = null, val userManagedDependencies: Boolean? = null)

Settings for a Python environment.

Constructors

constructor(baseCondaEnvironment: String? = null, condaDependencies: Any? = null, interpreterPath: String? = null, userManagedDependencies: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val condaDependencies: Any? = null

A JObject containing Conda dependencies.

Link copied to clipboard
val interpreterPath: 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

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