yanand0909 commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2023450962
##########
docs/content/docs/dev/python/table/table_environment.md:
##########
@@ -795,6 +850,29 @@ These APIs are used to access catalogs and modules. You
can find more detailed i
{{< pythondoc
file="pyflink.table.html#pyflink.table.TableEnvironment.list_temporary_views"
name="link">}}
</td>
</tr>
+ <tr>
+ <td>
+ <strong>list_models()</strong>
+ </td>
+ <td>
+ Gets the names of all models in the current database of the current
catalog.
+ It returns both temporary and models.
+ </td>
+ <td class="text-center">
+ {{< pythondoc
file="pyflink.table.html#pyflink.table.TableEnvironment.list_models"
name="link">}}
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <strong>list_temporary_models()</strong>
+ </td>
+ <td>
+ Gets the names of all temporary models available in the current
namespace (the current database of the current catalog).
Review Comment:
Following same conventions as tables
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]