DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
/**
* 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.
*/
...