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.



6335
6336
6337
# File 'lib/google/apis/dataproc_v1/classes.rb', line 6335

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:



6333
6334
6335
# File 'lib/google/apis/dataproc_v1/classes.rb', line 6333

def autotuning_properties
  @autotuning_properties
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6340
6341
6342
# File 'lib/google/apis/dataproc_v1/classes.rb', line 6340

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