![]() |
Unique identifier for a node in the pipeline.
tfx.orchestration.experimental.core.task.NodeUid(
pipeline_uid, node_id
)
Attributes | |
---|---|
pipeline_uid
|
The pipeline UID. |
node_id
|
Node id. Corresponds to PipelineNode.node_info.id in the pipeline
IR.
|
Methods
from_pipeline_node
@classmethod
from_pipeline_node( pipeline: pipeline_pb2.Pipeline, node: pipeline_pb2.PipelineNode ) -> "NodeUid"
__eq__
__eq__(
other
)
Method generated by attrs for class NodeUid.
__ge__
__ge__(
other
)
Method generated by attrs for class NodeUid.
__gt__
__gt__(
other
)
Method generated by attrs for class NodeUid.
__le__
__le__(
other
)
Method generated by attrs for class NodeUid.
__lt__
__lt__(
other
)
Method generated by attrs for class NodeUid.
__ne__
__ne__(
other
)
Method generated by attrs for class NodeUid.