Class: DatadogAPIClient::V2::RecommendationAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RecommendationAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/recommendation_attributes.rb
Overview
Attributes of the SPA Recommendation resource. Contains recommendations for both driver and executor components.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#driver ⇒ Object
readonly
Resource recommendation for a single Spark component (driver or executor).
-
#executor ⇒ Object
readonly
Resource recommendation for a single Spark component (driver or executor).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/recommendation_attributes.rb', line 30 def additional_properties @additional_properties end |
#driver ⇒ Object
Resource recommendation for a single Spark component (driver or executor). Contains estimation data used to patch Spark job specs.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/recommendation_attributes.rb', line 25 def driver @driver end |
#executor ⇒ Object
Resource recommendation for a single Spark component (driver or executor). Contains estimation data used to patch Spark job specs.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/recommendation_attributes.rb', line 28 def executor @executor end |