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._AbstractRunConfigElement
JarLibrary

Constructor

JarLibrary(library=None)

Parameters

Name Description
library
str

The URI of the JAR to be installed. Only DBFS and S3 URIs are supported.

default value: None