The Predictive Warranty content pack and artifacts
The Predictive Warranty content pack contains a collection of artifacts, such as database scripts, and XML configuration files. These artifacts support logical model, physical model and orchestrations, and connectors to invoke the algorithm and reports conveying the analysis. A content author can modify this content pack to meet business needs.
At the root of the content pack, there is a file named solutionconfiguration.xml. For each level of the logical model hierarchy, you can define associations to content artifacts to load data, run predictions, and visualize results. This file contains a catalog of all artifacts in your solution. For each content artifact, there is a version number and a name, and the categories it belongs to. For example:
<solutionDefinitionModel version="1.0"
path="pmq_models/solution_definition/PMQ_solution_definition.xml"
id="solutiondefinition" author="IBM"></solutionDefinitionModel>
If you change it, increment the version number.
<solutionDefinitionModel version="1.1"
path="pmq_models/solution_definition/PMQ_solution_definition.xml"
id="solutiondefinition" author="IBM"></solutionDefinitionModel>
To delete, remove a line.