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.
Constructors
Link copied to clipboard
fun ModelEnvironmentDefinitionPythonArgs(baseCondaEnvironment: Output<String>? = null, condaDependencies: Output<Any>? = null, interpreterPath: Output<String>? = null, userManagedDependencies: Output<Boolean>? = null)