Class: DatadogAPIClient::V2::ComponentRecommendation
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ComponentRecommendation
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/component_recommendation.rb
Overview
Resource recommendation for a single Spark component (driver or executor). Contains estimation data used to patch Spark job specs.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#estimation ⇒ Object
readonly
Recommended resource values for a Spark driver or executor, derived from recent real usage metrics.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/component_recommendation.rb', line 27 def additional_properties @additional_properties end |
#estimation ⇒ Object
Recommended resource values for a Spark driver or executor, derived from recent real usage metrics. Used by SPA to propose more efficient pod sizing.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/component_recommendation.rb', line 25 def estimation @estimation end |