Class: Google::Apis::DataprocV1::PropertiesInfo
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1::PropertiesInfo
- 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
-
#initialize(**args) ⇒ PropertiesInfo
constructor
A new instance of PropertiesInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PropertiesInfo
Returns a new instance of PropertiesInfo.
6220 6221 6222 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 6220 def initialize(**args) update!(**args) end |
Instance Attribute Details
#autotuning_properties ⇒ Hash<String,Google::Apis::DataprocV1::ValueInfo>
Output only. Properties set by autotuning engine.
Corresponds to the JSON property autotuningProperties
6218 6219 6220 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 6218 def autotuning_properties @autotuning_properties end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6225 6226 6227 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 6225 def update!(**args) @autotuning_properties = args[:autotuning_properties] if args.key?(:autotuning_properties) end |