Skip to content

Commit

Permalink
fix docs (#5260)
Browse files Browse the repository at this point in the history
Signed-off-by: Liang Zhang <liang.zhang@databricks.com>
  • Loading branch information
liangz1 committed Jan 13, 2022
1 parent 0a5e26a commit dab955c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlflow/models/model.py
Expand Up @@ -69,7 +69,7 @@ class ModelInfo(NamedTuple):
saved_input_example_info: Optional[Dict[str, Any]]

#: A dictionary that describes the model input and output generated by
# :py:meth:`ModelSignature.to_dict() <mlflow.models.ModelSignature.to_dict>`.
#: :py:meth:`ModelSignature.to_dict() <mlflow.models.ModelSignature.to_dict>`.
signature_dict: Optional[Dict[str, Any]]

#: The UTC time that the logged model is created, e.g., ``'2022-01-12 05:17:31.634689'``.
Expand Down

0 comments on commit dab955c

Please sign in to comment.