Rate this page:
The configuration for a scorecard criterion checking the value of a specified metric name.
Property Name | Type | Description |
---|---|---|
__typename | Literal | |
comparator | CompassCriteriaNumberComparatorOptions | The comparison operation to be performed between the metric and comparator value. |
comparatorValue | Number | The threshold value that the metric is compared to. |
id | String | The ID of the scorecard criterion. |
metricDefinition | Maybe<CompassMetricDefinition> | The definition of the component metric to check the value of. |
metricDefinitionId | String | The ID of the component metric to check the value of. |
scorecardCriteriaScore | Maybe<CompassScorecardCriteriaScore> | Returns the calculated score for a component. |
weight | Number | The weight that will be used in determining the aggregate score. |
Rate this page: