Class PipelineEvent

Object
org.apache.spark.sql.pipelines.logging.PipelineEvent
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class PipelineEvent extends Object implements scala.Product, Serializable
An internal event that is emitted during the run of a pipeline. param: id A globally unique id param: timestamp The time of the event param: origin Where the event originated from param: level Security level of the event param: message A user friendly description of the event param: details The details of the event param: error An error that occurred during the event
See Also: