![]() |
Marks an existing execution as failed.
tfx.orchestration.portable.execution_publish_utils.publish_failed_execution(
metadata_handler: tfx.orchestration.metadata.Metadata
,
contexts: Sequence[metadata_store_pb2.Context],
execution_id: int
) -> None
Args | |
---|---|
metadata_handler
|
A handler to access MLMD. |
contexts
|
MLMD contexts to associated with the execution. |
execution_id
|
The id of the execution. |