From bc42e61423ccf8d34df66dda19d50b3b530dd619 Mon Sep 17 00:00:00 2001 From: Liang Zhang Date: Wed, 12 Jan 2022 17:14:34 -0800 Subject: [PATCH] fix docs Signed-off-by: Liang Zhang --- mlflow/models/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlflow/models/model.py b/mlflow/models/model.py index 595dfce21bf4a..ee89f2bac798f 100644 --- a/mlflow/models/model.py +++ b/mlflow/models/model.py @@ -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() `. + #: :py:meth:`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'``.