Class: Google::Apis::DataprocV1::SummarizeSessionSparkApplicationStageAttemptTasksResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1::SummarizeSessionSparkApplicationStageAttemptTasksResponse
- 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
Summary of tasks for a Spark Application stage attempt.
Instance Attribute Summary collapse
-
#stage_attempt_tasks_summary ⇒ Google::Apis::DataprocV1::StageAttemptTasksSummary
Data related to tasks summary for a Spark Stage Attempt Corresponds to the JSON property
stageAttemptTasksSummary.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SummarizeSessionSparkApplicationStageAttemptTasksResponse
constructor
A new instance of SummarizeSessionSparkApplicationStageAttemptTasksResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SummarizeSessionSparkApplicationStageAttemptTasksResponse
Returns a new instance of SummarizeSessionSparkApplicationStageAttemptTasksResponse.
10421 10422 10423 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 10421 def initialize(**args) update!(**args) end |
Instance Attribute Details
#stage_attempt_tasks_summary ⇒ Google::Apis::DataprocV1::StageAttemptTasksSummary
Data related to tasks summary for a Spark Stage Attempt
Corresponds to the JSON property stageAttemptTasksSummary
10419 10420 10421 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 10419 def stage_attempt_tasks_summary @stage_attempt_tasks_summary end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10426 10427 10428 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 10426 def update!(**args) @stage_attempt_tasks_summary = args[:stage_attempt_tasks_summary] if args.key?(:stage_attempt_tasks_summary) end |