Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Monitoring OOTB requires that the business model has an extended input schema. When a monitoring job is created, the monitor’s init function accesses the extended input schema, and uses it to determine certain monitoring parameters, such as the names of the fields corresponding to specific roles (score, label, etc.)

Updating Schemas

In some cases, a user will have to edit the generated schema manually, particularly when certain fields are too complex to be interpreted correctly (as the author intended) by the inference tool. The MOC UI allows you to edit the schemas on a storedModel. To do so:

  1. Navigate to the storedModel in the MOC UI (under Models).

  2. Click on Schemas.

  3. Choose the schema you wish to edit from the menu on the left.

  4. You should see two views of the schema: a Table view (most helpful for extended schemas), and a JSON view:

    Image Added
  5. Click on either Edit Table or Edit JSON:

    Image Added
  6. Click on Save Changes. Edits made to one object (JSON/Table) will be reflected in the other once they are saved.