Class: Google::Apis::DataprocV1::AccessSessionSparkApplicationStageRddOperationGraphResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1::AccessSessionSparkApplicationStageRddOperationGraphResponse
- 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
-
#rdd_operation_graph ⇒ Google::Apis::DataprocV1::RddOperationGraph
Graph representing RDD dependencies.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AccessSessionSparkApplicationStageRddOperationGraphResponse
constructor
A new instance of AccessSessionSparkApplicationStageRddOperationGraphResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_graph ⇒ Google::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 |