Attributes of the SPA Recommendation resource. Contains recommendations for both driver and executor components.

Hierarchy

  • RecommendationAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Resource recommendation for a single Spark component (driver or executor). Contains estimation data used to patch Spark job specs.

Resource recommendation for a single Spark component (driver or executor). Contains estimation data used to patch Spark job specs.

Generated using TypeDoc