TensorFlow Extended (TFX) is a platform for deploying and managing machine learning models in production. It represents a machine learning pipeline as a sequence of components that ingest data, validate data quality, transform features, train and evaluate models, and deploy models to a serving system. TFX uses TensorFlow and is open-sourced by Google. It provides tools to track metadata and metrics throughout the pipeline and helps keep models organized as they are updated and deployed over time in a production environment.