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.



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

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



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

def rdd_operation_graph
  @rdd_operation_graph
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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