PipelineEvent

org.apache.spark.sql.pipelines.PipelineEvent
final case class PipelineEvent(timestamp: Option[Timestamp], message: Option[String])

A timestamped event emitted by the server during a pipeline run.

Value parameters

message

the human readable message for the event, or None if absent.

timestamp

the time the event occurred, or None if the server did not provide one.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product