Class: Google::Apis::DataprocV1::SummarizeSparkApplicationStageAttemptTasksResponse

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

Summary of tasks for a Spark Application stage attempt.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SummarizeSparkApplicationStageAttemptTasksResponse

Returns a new instance of SummarizeSparkApplicationStageAttemptTasksResponse.



10515
10516
10517
# File 'lib/google/apis/dataproc_v1/classes.rb', line 10515

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#stage_attempt_tasks_summaryGoogle::Apis::DataprocV1::StageAttemptTasksSummary

Data related to tasks summary for a Spark Stage Attempt Corresponds to the JSON property stageAttemptTasksSummary



10513
10514
10515
# File 'lib/google/apis/dataproc_v1/classes.rb', line 10513

def stage_attempt_tasks_summary
  @stage_attempt_tasks_summary
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10520
10521
10522
# File 'lib/google/apis/dataproc_v1/classes.rb', line 10520

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