Class: Google::Apis::DataprocV1::AccessSparkApplicationSqlSparkPlanGraphResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1::AccessSparkApplicationSqlSparkPlanGraphResponse
- 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
SparkPlanGraph for a Spark Application execution limited to maximum 10000 clusters.
Instance Attribute Summary collapse
-
#spark_plan_graph ⇒ Google::Apis::DataprocV1::SparkPlanGraph
A graph used for storing information of an executionPlan of DataFrame.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AccessSparkApplicationSqlSparkPlanGraphResponse
constructor
A new instance of AccessSparkApplicationSqlSparkPlanGraphResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AccessSparkApplicationSqlSparkPlanGraphResponse
Returns a new instance of AccessSparkApplicationSqlSparkPlanGraphResponse.
282 283 284 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 282 def initialize(**args) update!(**args) end |
Instance Attribute Details
#spark_plan_graph ⇒ Google::Apis::DataprocV1::SparkPlanGraph
A graph used for storing information of an executionPlan of DataFrame.
Corresponds to the JSON property sparkPlanGraph
280 281 282 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 280 def spark_plan_graph @spark_plan_graph end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
287 288 289 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 287 def update!(**args) @spark_plan_graph = args[:spark_plan_graph] if args.key?(:spark_plan_graph) end |