pyflink.table.table_environment.TableEnvironment.drop_temporary_model#
- TableEnvironment.drop_temporary_model(model_path: str) bool[source]#
Drops a temporary model registered in the given path.
If a permanent model with a given path exists, it will be used from now on for any queries that reference this path.
- Parameters:
model_path – The path of the registered temporary model.
- Returns:
True if a model existed in the given path and was removed.
Added in version 2.1.0.