You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There might be two information: 1) whether a rule passed or failed, and 2) what is the score associated with this rule (if any). Based on this there might be 3 options to rule the output: 1) only the status info 2) the score (if no score available, the status info) 3) both.
To implement it the MeasurementConfiguration() should have a new method withRuleCheckingOutputType which accepts one of an enumeration RuleCheckingOutputType: STATUS, SCORE, BOTH.
There might be two information: 1) whether a rule passed or failed, and 2) what is the score associated with this rule (if any). Based on this there might be 3 options to rule the output: 1) only the status info 2) the score (if no score available, the status info) 3) both.
To implement it the
MeasurementConfiguration()
should have a new methodwithRuleCheckingOutputType
which accepts one of an enumerationRuleCheckingOutputType
: STATUS, SCORE, BOTH.Example
The text was updated successfully, but these errors were encountered: