MLModelFavorite | R Documentation |
MLModelFavorite Class
An R6Class
generator object
mlmodel_uuid
character [optional]
namespace
character [optional]
name
character [optional]
new()
MLModelFavorite$new(mlmodel_uuid = NULL, namespace = NULL, name = NULL, ...)
toJSON()
MLModelFavorite$toJSON()
fromJSON()
MLModelFavorite$fromJSON(MLModelFavoriteJson)
toJSONString()
MLModelFavorite$toJSONString()
fromJSONString()
MLModelFavorite$fromJSONString(MLModelFavoriteJson)
clone()
The objects of this class are cloneable with this method.
MLModelFavorite$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.