NotebookStatus: NotebookStatus

NotebookStatusR Documentation

NotebookStatus

Description

NotebookStatus Class

Format

An R6Class generator object

Public fields

namespace

character [optional]

uptime

integer [optional]

cpu_usage

integer [optional]

memory_usage

integer [optional]

memory_limit

integer [optional]

cpu_count

integer [optional]

Methods

Public methods


Method new()

Usage
NotebookStatus$new(
  namespace = NULL,
  uptime = NULL,
  cpu_usage = NULL,
  memory_usage = NULL,
  memory_limit = NULL,
  cpu_count = NULL,
  ...
)

Method toJSON()

Usage
NotebookStatus$toJSON()

Method fromJSON()

Usage
NotebookStatus$fromJSON(NotebookStatusJson)

Method toJSONString()

Usage
NotebookStatus$toJSONString()

Method fromJSONString()

Usage
NotebookStatus$fromJSONString(NotebookStatusJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
NotebookStatus$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


TileDB-Inc/TileDB-Cloud-R documentation built on July 18, 2024, 3:33 p.m.