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.



6313
6314
6315
# File 'lib/google/apis/dataproc_v1/classes.rb', line 6313

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:



6311
6312
6313
# File 'lib/google/apis/dataproc_v1/classes.rb', line 6311

def autotuning_properties
  @autotuning_properties
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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