PyPiLibrary Class
Specifies a PyPi library for use in a DatabricksStep pipeline step.
For an example of working with a DatabricksStep and specifying libraries, see the notebook https://aka.ms/pl-databricks.
Initialize PyPiLibrary.
- Inheritance
-
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElementPyPiLibrary
Constructor
PyPiLibrary(package=None, repo=None)
Parameters
Name | Description |
---|---|
package
|
The name of the PyPi package to install. An optional exact version specification is also supported. Default value: None
|
repo
|
The repository where the package can be found. If not specified, the default pip index is used. Default value: None
|