package autologging
- Alphabetic
- Public
- All
Type Members
-
trait
MlflowAutologEventSubscriber extends AnyRef
Trait defining subscriber interface for receiving information about Spark datasource reads.
Trait defining subscriber interface for receiving information about Spark datasource reads. This trait can be implemented in Python in order to obtain datasource read information, see https://www.py4j.org/advanced_topics.html#implementing-java-interfaces-from-python-callback
-
class
ReplAwareSparkDataSourceListener extends SparkDataSourceListener
Implementation of the SparkListener interface used to detect Spark datasource reads.
Implementation of the SparkListener interface used to detect Spark datasource reads. and notify subscribers. Used in REPL-ID aware environments (e.g. Databricks)
-
class
SparkDataSourceListener extends SparkListener
Implementation of the SparkListener interface used to detect Spark datasource reads.
Implementation of the SparkListener interface used to detect Spark datasource reads. and notify subscribers.
Value Members
-
object
DatasourceAttributeExtractor extends DatasourceAttributeExtractorBase
Default datasource attribute extractor
-
object
MlflowAutologEventPublisher extends MlflowAutologEventPublisherImpl
Object exposing the actual implementation of MlflowAutologEventPublisher.
Object exposing the actual implementation of MlflowAutologEventPublisher. We opt for this pattern (an object extending a trait) so that we can mock methods of the trait in testing
-
object
ReplAwareDatasourceAttributeExtractor extends DatasourceAttributeExtractorBase
Datasource attribute extractor for REPL-ID aware environments (e.g.
Datasource attribute extractor for REPL-ID aware environments (e.g. Databricks)