![]() |
Evaluates whether an event is an input event with the right input key.
tfx.orchestration.portable.mlmd.event_lib.is_valid_input_event(
event: metadata_store_pb2.Event,
expected_input_key: Optional[Text] = None
) -> bool
Args | |
---|---|
event
|
The event to evaluate. |
expected_input_key
|
The expected input key. |
Returns | |
---|---|
A bool value indicating result |