slmetric.config.Configuration Class
Namespace: slmetric.config
(To be removed) Specify metric data categories and custom metric families
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.
Description
Instances of slmetric.config.Configuration
contain customizations
pertaining to thresholds and custom metric families. The metric engine uses these
customizations when collecting data and displays them on the Metrics Dashboard.
Construction
Use the slmetric.config.Configuration
class to add metric threshold
values and custom metric families to the Metrics Dashboard. To create an
slmetric.config.Configuration
object, use the new
method. Each slmetric.config.Configuration
object contains one
slmetric.config.ThresholdConfiguration
object.
Properties
Methods
getMetricFamilyParameterValues | (To be removed) Obtain metric family Check Group IDs |
getThresholdConfigurations | (To be removed) Specify metric threshold configurations |
isMetricFamilyParameterParameterized | (To be removed) Determine whether Metrics Dashboard configuration object has metric family parameter values |
new | (To be removed) Create configuration object for customizing the Metrics Dashboard |
open | (To be removed) Create configuration object associated with XML configuration file in base workspace |
openDefaultConfiguration | (To be removed) Return shipping Metrics Dashboard configuration object in base workspace |
resetMetricFamilyParameterValues | (To be removed) Clear metric family parameter values |
save | (To be removed) Save contents of slmetric.config.Configuration
object to XML file |
setMetricFamilyParameterValues | (To be removed) Obtain compliance and issues metric data on your Model Advisor configuration |