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.



6322
6323
6324
# File 'lib/google/apis/dataproc_v1/classes.rb', line 6322

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:



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

def autotuning_properties
  @autotuning_properties
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6327
6328
6329
# File 'lib/google/apis/dataproc_v1/classes.rb', line 6327

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