| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentRecommendation |
ComponentRecommendation.estimation(Estimation estimation) |
ComponentRecommendation |
RecommendationAttributes.getDriver()
Resource recommendation for a single Spark component (driver or executor).
|
ComponentRecommendation |
RecommendationAttributes.getExecutor()
Resource recommendation for a single Spark component (driver or executor).
|
ComponentRecommendation |
ComponentRecommendation.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
RecommendationAttributes |
RecommendationAttributes.driver(ComponentRecommendation driver) |
RecommendationAttributes |
RecommendationAttributes.executor(ComponentRecommendation executor) |
void |
RecommendationAttributes.setDriver(ComponentRecommendation driver) |
void |
RecommendationAttributes.setExecutor(ComponentRecommendation executor) |
| Constructor and Description |
|---|
RecommendationAttributes(ComponentRecommendation driver,
ComponentRecommendation executor) |
Copyright © 2026. All rights reserved.