Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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"