3.8.2 Uploading the Model

To upload the Model, follow these steps:

  1. Upload the model in OFSAAI and perform object registration.
  2. After uploading the model, you can execute the following query to check if the user-defined properties are set for the columns.
    select * from rev_column_properties where column_property_cd in (80,81,82,83)
    where TABLE_NAME = <<table_name>>Replace <<table_name>> with the relevant table name and column name in the above query
  3. Execute the same. Above query returns the columns that are used for alternate rate outputs.