Class: SparkConnect::PipelineEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/spark_connect/pipelines.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



5
6
7
# File 'lib/spark_connect/pipelines.rb', line 5

def message
  @message
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



5
6
7
# File 'lib/spark_connect/pipelines.rb', line 5

def timestamp
  @timestamp
end