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.



6342
6343
6344
# File 'lib/google/apis/dataproc_v1/classes.rb', line 6342

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:



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

def autotuning_properties
  @autotuning_properties
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6347
6348
6349
# File 'lib/google/apis/dataproc_v1/classes.rb', line 6347

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