getMetricFamilyParameterValues
Class: slmetric.config.Configuration
Namespace: slmetric.config
(To be removed) Obtain metric family Check Group IDs
The Metrics Dashboard user interface, metricdashboard
function, slmetric
package API, and corresponding customizations will be removed in a future release. For more information, see Migrating from Metrics Dashboard to Model Maintainability Dashboard.
Syntax
ArraysValue = getMetricFamilyParameterValues(config,...
'ModelAdvisorStandard')
Description
For an slmetric.config.Configuration
object, use the
method to obtain the metric family parameter values. These values are the Check Group IDs
corresponding to the check groups for which you obtain compliance and issues metric data.
Compliance metric data is the percentage of passed checks. Issues metric data is the number of
check issues.ArraysValue
= getMetricFamilyParameterValues(config
,...
'ModelAdvisorStandard'
)