JarLibrary Class
Specifies a JAR 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 JarLibrary.
- Inheritance
-
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElementJarLibrary
Constructor
JarLibrary(library=None)
Parameters
Name | Description |
---|---|
library
|
The URI of the JAR to be installed. Only DBFS and S3 URIs are supported. Default value: None
|