![]() |
Unwrap dict of channels to dict of lists of Artifact.
tfx.types.channel_utils.unwrap_channel_dict(
channel_dict: Dict[Text, tfx.types.Channel
]
) -> Dict[Text, List[Artifact]]
Args | |
---|---|
channel_dict
|
a dict of Text -> Channel |
Returns | |
---|---|
a dict of Text -> List[Artifact] |