JSON:API resource object for SPA Recommendation. Includes type, optional ID, and resource attributes with structured recommendations.

Hierarchy

  • RecommendationData

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

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

id?: string

Resource identifier for the recommendation. Optional in responses.

JSON:API resource type for Spark Pod Autosizing recommendations. Identifies the Recommendation resource returned by SPA.

Generated using TypeDoc