Model Commands¶

Model commands allow you to manage machine learning models in the Snowflake Model Registry.

You can create and manage models in Python using the Snowpark Model Registry API.

To call the functions attached to a model, also known as methods, use the model_name!method_name(...) syntax. See Calling Model Methods in SQL for more information.

Model Commands¶

Model Version Commands¶