Class: SparkConnect::PipelineEvent
- Inherits:
-
Struct
- Object
- Struct
- SparkConnect::PipelineEvent
- Defined in:
- lib/spark_connect/pipelines.rb
Overview
A timestamped event emitted by the server during a pipeline run.
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
5 6 7 |
# File 'lib/spark_connect/pipelines.rb', line 5 def @message end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
5 6 7 |
# File 'lib/spark_connect/pipelines.rb', line 5 def @timestamp end |