Class: Google::Apis::DataprocV1::AccessSessionSparkApplicationStageRddOperationGraphResponse

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

Overview

RDD operation graph for a Spark Application Stage limited to maximum 10000 clusters.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AccessSessionSparkApplicationStageRddOperationGraphResponse

Returns a new instance of AccessSessionSparkApplicationStageRddOperationGraphResponse.



185
186
187
# File 'lib/google/apis/dataproc_v1/classes.rb', line 185

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

Instance Attribute Details

#rdd_operation_graphGoogle::Apis::DataprocV1::RddOperationGraph

Graph representing RDD dependencies. Consists of edges and a root cluster. Corresponds to the JSON property rddOperationGraph



183
184
185
# File 'lib/google/apis/dataproc_v1/classes.rb', line 183

def rdd_operation_graph
  @rdd_operation_graph
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



190
191
192
# File 'lib/google/apis/dataproc_v1/classes.rb', line 190

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