Versions Compared

Key

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

...

Table of Contents

Table of Contents
minLevel1
maxLevel3
minLevel1

Background

Overview

As mentioned in prior articles, ModelOp Center uses externalized schemas to ensure that all data ingress to the model adheres to what the model expects and so that all model output adheres to what the consuming application/process expects.

...

  • Note that the pound sign # assumes that the model is a Python model. You should use whatever syntax is reserved for one-line comments in the programming language of the model.

  • The primary source code is the code file where the scoring function is defined.

MOC allows you also In certain cases, one might want to enable schema checking on either input or output, but not both. MOC allows one to do so. Say, for example, that you want to enable schema checking on input data, but not on outputs. The smart comments, in this case, should be:

...