OBJECT
DhrcScoreMetric
Description
Metric represents a specific metric as included in the score calculation.
link GraphQL Schema definition
- type DhrcScoreMetric {
- # The value of the metric.
- Float! :
- # The maximum value of the metric.
- Float! :
- # The impact the metric had on the score calculation. Note that the impact
- # is scaled by the weight before being used in the score calculation.
- Float! :
- # The weight of the impact value for the score calculation.
- Float! :
- # The metric version. Increase by one every time the metric definition is
- # updated.
- Int! :
- # The metric identity.
- DhrcMetric! :
- }