Deserializes a TFX pipeline.
tfx.orchestration.experimental.kubernetes.kubernetes_remote_runner.deserialize_pipeline(
serialized_pipeline: Text
) -> tfx.orchestration.pipeline.Pipeline
To be replaced with the the TFX Intermediate Representation:
tensorflow/community#271. This deserialization procedure reverses the
serialization procedure and reconstructs the pipeline instance.
Args |
serialized_pipeline
|
Pipeline JSON string serialized with the procedure from
_serialize_pipeline.
|
Returns |
Original pipeline containing pipeline args and components.
|