powered by
Creates a list of lists representing a PFA cell.
list
pfa_cell(type, init, source = "embedded", shared = FALSE, rollback = FALSE)
cell type, which is an Avro schema as list of lists (created by avro_* functions)
cell initial value, which is a list of lists, usually converted from a model
if "embedded", the init is the data structure, if "json", the init is a URL string pointing to an external JSON file
if TRUE, the cell is shared across scoring engine instances
if TRUE, the cell's value would be rolled back if an uncaught exception is encountered
a list of lists that can be inserted into pfa_config.
pfa_cell(avro_double, 12)
Run the code above in your browser using DataLab