validate

Project.validate(model_name: str, parameters_name: str | None = None) MarkdownStr[source]

Check that the model is valid, list all issues in the model if there are any.

If parameters_name also consider the Parameters when validating.

Parameters:
  • model_name (str) – The name of the model to validate.

  • parameters_name (str | None) – The name of the parameters to use when validating. Defaults to None which means that parameters are not considered when validating the model.

Returns:

Text indicating if the model is valid or not.

Return type:

MarkdownStr