![]() |
Removes a property from the pipeline execution.
tfx.orchestration.experimental.core.pipeline_ops.remove_pipeline_property(
mlmd_handle: tfx.orchestration.metadata.Metadata
,
pipeline_uid: tfx.orchestration.experimental.core.task.PipelineUid
,
property_key: Text
) -> None
Args | |
---|---|
mlmd_handle
|
A handle to the MLMD db. |
pipeline_uid
|
Uid of the pipeline to be updated. |
property_key
|
Key of the property to be removed. |