Description Usage Arguments Value
Returns a Model
object for an existing model that has been
previously registered to the given workspace.
1 2 3 4 5 6 7 8 9 |
workspace |
The |
name |
Retrieve the latest model with the corresponding name (a string), if it exists. |
id |
Retrieve the model with the corresponding ID (a string), if it exists. |
tags |
(Optional) Retrieve the model filtered based on the provided tags (a list), searching by either 'key' or 'list(key, value)'. |
properties |
(Optional) Retrieve the model filter based on the provided properties (a list), searching by either 'key' or 'list(key, value)'. |
version |
(Optional) An int of the version of a model to
retrieve, when provided along with |
run_id |
(Optional) Retrieve the model filterd by the provided run ID (a string) the model was registered from, if it exists. |
The Model
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.