TaskGraphNodeMetadata | R Documentation |
TaskGraphNodeMetadata Class
An R6Class
generator object
client_node_uuid
character [optional]
name
character [optional]
depends_on
list( character ) [optional]
executions
list( ArrayTask ) [optional]
new()
TaskGraphNodeMetadata$new( client_node_uuid = NULL, name = NULL, depends_on = NULL, executions = NULL, ... )
toJSON()
TaskGraphNodeMetadata$toJSON()
fromJSON()
TaskGraphNodeMetadata$fromJSON(TaskGraphNodeMetadataJson)
toJSONString()
TaskGraphNodeMetadata$toJSONString()
fromJSONString()
TaskGraphNodeMetadata$fromJSONString(TaskGraphNodeMetadataJson)
clone()
The objects of this class are cloneable with this method.
TaskGraphNodeMetadata$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.