Class: Google::Apis::DataprocV1::AccessSparkApplicationStageRddOperationGraphResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1::AccessSparkApplicationStageRddOperationGraphResponse
- 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) ⇒ AccessSparkApplicationStageRddOperationGraphResponse
constructor
A new instance of AccessSparkApplicationStageRddOperationGraphResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AccessSparkApplicationStageRddOperationGraphResponse
Returns a new instance of AccessSparkApplicationStageRddOperationGraphResponse.
321 322 323 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 321 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
319 320 321 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 319 def rdd_operation_graph @rdd_operation_graph end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
326 327 328 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 326 def update!(**args) @rdd_operation_graph = args[:rdd_operation_graph] if args.key?(:rdd_operation_graph) end |