diff --git a/mindinsight/lineagemgr/collection/model/model_lineage.py b/mindinsight/lineagemgr/collection/model/model_lineage.py index 6b4547cf54b902f7117de6be6d46ecb6d7735580..bfaa2cb2b4e928e955aa54b99f9afd68b6e0f228 100644 --- a/mindinsight/lineagemgr/collection/model/model_lineage.py +++ b/mindinsight/lineagemgr/collection/model/model_lineage.py @@ -236,6 +236,7 @@ class EvalLineage(Callback): """ Collect lineage of an evaluation job. + Args: summary_record (Union[SummaryRecord, str]): The `SummaryRecord` object which is used to record the summary value(see mindspore.train.summary.SummaryRecord), or a log dir(as a `str`) to be passed to `LineageSummary` to create