RunProfile: RunProfile

RunProfileR Documentation

RunProfile

Description

RunProfile

RunProfile

Format

R6Class object, super class Profile.

Super classes

tercenApi::Base -> tercenApi::Profile -> RunProfile

Public fields

name

of type String inherited from super class Profile.

memory

of type int.

kernelMemory

of type int.

blkioWeight

of type int.

pidsLimit

of type int.

ulimits_nofile

of type int.

timeout

of type int.

storageSize

of type String.

cpusetCpus

of type String.

Active bindings

name

of type String inherited from super class Profile.

Methods

Public methods

Inherited methods

Method new()

Usage
RunProfile$new(json = NULL)

Method init()

Usage
RunProfile$init()

Method initJson()

Usage
RunProfile$initJson(json)

Method toTson()

Usage
RunProfile$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
RunProfile$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on Feb. 8, 2024, 5:59 p.m.