ScoringCodeBuildTask (SCBT) is an object which defines the task of building the scoring code for a model and, optionally, a transformation. When executed, it creates a new model containing the scoring code in the Metadata Repository.
Table 12.16. Connected objects
| Status | Name | Description | Type | Reference |
|---|---|---|---|---|
| obligatory | inputModel | a model in the Metadata Repository | MiningModel | by name |
| obligatory | outputModel | a model which will store the generated scoring code | ScoringCodeModel | by name |
| optional | transformation | a transformation stored in the Metadata Repository, created using TBT; when this transformation is included automatic transformations are ignored. | Transformation | by name |