Model Environment Definition Response Response Python
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
Link copied to clipboard
fun ModelEnvironmentDefinitionResponseResponsePython(baseCondaEnvironment: String? = null, condaDependencies: Any? = null, interpreterPath: String? = null, userManagedDependencies: Boolean? = null)