Skip to contents

MLModelFavoritesData Class

Format

An R6Class generator object

Public fields

mlmodels

list( ArrayInfo ) [optional]

pagination_metadata

PaginationMetadata [optional]

Methods


Method new()

Usage

MLModelFavoritesData$new(mlmodels = NULL, pagination_metadata = NULL, ...)


Method toJSON()

Usage

MLModelFavoritesData$toJSON()


Method fromJSON()

Usage

MLModelFavoritesData$fromJSON(MLModelFavoritesDataJson)


Method toJSONString()

Usage

MLModelFavoritesData$toJSONString()


Method fromJSONString()

Usage

MLModelFavoritesData$fromJSONString(MLModelFavoritesDataJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

MLModelFavoritesData$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.