![]() |
Returns True
if an execution is active.
tfx.orchestration.portable.mlmd.execution_lib.is_execution_active(
execution: metadata_store_pb2.Execution
) -> bool
Args | |
---|---|
execution
|
An execution message. |
Returns | |
---|---|
A bool value indicating whether or not the execution is active. |