Class: Google::Apis::DataflowV1b3::StragglerDebuggingInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dataflow_v1b3/classes.rb,
lib/google/apis/dataflow_v1b3/representations.rb,
lib/google/apis/dataflow_v1b3/representations.rb

Overview

Information useful for debugging a straggler. Each type will provide specialized debugging information relevant for a particular cause. The StragglerDebuggingInfo will be 1:1 mapping to the StragglerCause enum.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StragglerDebuggingInfo

Returns a new instance of StragglerDebuggingInfo.



5897
5898
5899
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 5897

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#hot_keyGoogle::Apis::DataflowV1b3::HotKeyDebuggingInfo

Information useful for debugging a hot key detection. Corresponds to the JSON property hotKey



5895
5896
5897
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 5895

def hot_key
  @hot_key
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5902
5903
5904
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 5902

def update!(**args)
  @hot_key = args[:hot_key] if args.key?(:hot_key)
end