ScoringFunctionAggregation type

Defines the aggregation function used to combine the results of all the scoring functions in a scoring profile.

type ScoringFunctionAggregation =
  | "sum"
  | "average"
  | "minimum"
  | "maximum"
  | "firstMatching"
  | "product"