![]() |
Retrieves the value of the given labeled input.
tfx.components.util.value_utils.GetValues(
inputs: Mapping[Text, Sequence[Any]],
label: Text
) -> Sequence[Any]
Args | |
---|---|
inputs
|
Dict from label to a value list. |
label
|
Label of the value to retrieve. |
Returns | |
---|---|
A list of values, or empty list if there's no value. |
Raises | |
---|---|
ValueError
|
If label is not one of the valid input labels. |