Skip to contents

MLModelFavorite Class

Format

An R6Class generator object

Public fields

mlmodel_uuid

character [optional]

namespace

character [optional]

name

character [optional]

Methods


Method new()

Usage

MLModelFavorite$new(mlmodel_uuid = NULL, namespace = NULL, name = NULL, ...)


Method toJSON()

Usage

MLModelFavorite$toJSON()


Method fromJSON()

Usage

MLModelFavorite$fromJSON(MLModelFavoriteJson)


Method toJSONString()

Usage

MLModelFavorite$toJSONString()


Method fromJSONString()

Usage

MLModelFavorite$fromJSONString(MLModelFavoriteJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

MLModelFavorite$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.