Class: Google::Apis::DataprocV1::PropertiesInfo

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

Properties of the workload organized by origin.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PropertiesInfo

Returns a new instance of PropertiesInfo.



6319
6320
6321
# File 'lib/google/apis/dataproc_v1/classes.rb', line 6319

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

Instance Attribute Details

#autotuning_propertiesHash<String,Google::Apis::DataprocV1::ValueInfo>

Output only. Properties set by autotuning engine. Corresponds to the JSON property autotuningProperties

Returns:



6317
6318
6319
# File 'lib/google/apis/dataproc_v1/classes.rb', line 6317

def autotuning_properties
  @autotuning_properties
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6324
6325
6326
# File 'lib/google/apis/dataproc_v1/classes.rb', line 6324

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