pyflink.table.table_environment.TableEnvironment.list_models# TableEnvironment.list_models() → List[str][source]# Gets the names of all model available in the current namespace (the current database of the current catalog). Returns: A list of the names of all registered models in the current database of the current catalog. Added in version 2.1.0.