![]() |
Get the uri of Artifact with matching split from given list.
tfx.types.artifact_utils.get_split_uri(
artifact_list: List[tfx.types.Artifact
],
split: Text
) -> Text
Used in the notebooks
Used in the tutorials |
---|
Args | |
---|---|
artifact_list
|
A list of Artifact objects whose length must be one. |
split
|
Name of split. |
Returns | |
---|---|
The uri of Artifact object in artifact_list with matching split. |
Raises | |
---|---|
ValueError
|
If number with matching split in artifact_list is not one. |