describe_model¶ describe_model(model_id)[source]¶ Describe specified model. Parameters: model_id (str) – Identifier of the context. Return type: Optional[str] Returns: The description of the model given as a string. Raises: ValueError – If given model identifier is not recognized.