UDFInfoUpdate: UDFInfoUpdate

UDFInfoUpdateR Documentation

UDFInfoUpdate

Description

UDFInfoUpdate Class

Format

An R6Class generator object

Public fields

name

character [optional]

language

UDFLanguage [optional]

version

character [optional]

image_name

character [optional]

type

UDFType [optional]

exec

character [optional]

exec_raw

character [optional]

readme

character [optional]

license_id

character [optional]

license_text

character [optional]

tags

list( character ) [optional]

Methods

Public methods


Method new()

Usage
UDFInfoUpdate$new(
  name = NULL,
  language = NULL,
  version = NULL,
  image_name = NULL,
  type = NULL,
  exec = NULL,
  exec_raw = NULL,
  readme = NULL,
  license_id = NULL,
  license_text = NULL,
  tags = NULL,
  ...
)

Method toJSON()

Usage
UDFInfoUpdate$toJSON()

Method fromJSON()

Usage
UDFInfoUpdate$fromJSON(UDFInfoUpdateJson)

Method toJSONString()

Usage
UDFInfoUpdate$toJSONString()

Method fromJSONString()

Usage
UDFInfoUpdate$fromJSONString(UDFInfoUpdateJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
UDFInfoUpdate$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.