Hello, I am learning about tfx and am wondering if the tfx API Documentation: TFX API Reference | TensorFlow is not maintained? I am reading the tutorials and I do not see a few of the imports in the API. For example, the in the Interactive tutorial: TFX Keras Component Tutorial | TensorFlow there is no “orchestration” module documented in the API to my knowledge (however if you run it in colab it works):
Another example could be an import in a different tutorial as "from tensorflow_transform.beam as tft_beam. The API documentation gives it just as “tft_beam” so does it just assume the tensorflow_transform.beam is imported as “tft_beam”?