![]() |
Get the uris of Artifacts with matching split from given list.
tfx.types.artifact_utils.get_split_uris(
artifact_list: List[tfx.types.Artifact
],
split: Text
) -> List[Text]
Args | |
---|---|
artifact_list
|
A list of Artifact objects. |
split
|
Name of split. |
Returns | |
---|---|
A list of uris of Artifact object in artifact_list with matching split. |
Raises | |
---|---|
ValueError
|
If number of artifacts matching the split is not equal to number of input artifacts. |