pmml
This table represents the structure to store PMML files as strings
Field name | Type | Mode | Description |
---|---|---|---|
name | STRING | REQUIRED | A unique name for your pmml file |
version | INTEGER | NULLABLE | a version number (from 1 to n) |
pmml | STRING | REQUIRED | your pmml file as a string |
origin | STRING | REQUIRED | please provide a unique key defining the origin system of these data, not used, but useful for debugging / monitoring |
creation_tm | TIMESTAMP | REQUIRED | please provide timestamp of the initial creation of this row |
last_modified_tm | TIMESTAMP | REQUIRED | please provide timestamp of the last modification of this row |