Returns a Model object for an existing model that has been
previously registered to the given workspace.
get_model(
workspace,
name = NULL,
id = NULL,
tags = NULL,
properties = NULL,
version = NULL,
run_id = NULL
)The Workspace object.
Retrieve the latest model with the corresponding name (a string), if it exists.
Retrieve the model with the corresponding ID (a string), if it exists.
(Optional) Retrieve the model filtered based on the provided tags (a list), searching by either 'key' or 'list(key, value)'.
(Optional) Retrieve the model filter based on the provided properties (a list), searching by either 'key' or 'list(key, value)'.
(Optional) An int of the version of a model to
retrieve, when provided along with name. The specific version of
the specified named model will be returned, if it exists.
(Optional) Retrieve the model filterd by the provided run ID (a string) the model was registered from, if it exists.
The Model object.