Versions Compared

Key

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

...

    /**
* Get the unresolved input schema of the model.
*
* @return unresolved input schema of the model.
*/
     SchemaOptional<Schema> getInputSchema();
   
    /**
* Get the unresolved output schema of the model.
*
* @return unresolved output schema of the model.
*/
    SchemaOptional<Schema> getOutputSchema();
   
    /**
* Get comment of the model.
*
* @return comment of the model.
*/

...