@grnsft/if
Version:
Impact Framework
24 lines (23 loc) • 511 B
YAML
name: multiply
description: a manifest demonstrating how to use the multiply feature
tags:
initialize:
#
plugins:
multiply:
method: Multiply
path: builtin
config:
input-parameters: ["cpu/energy", "network/energy"]
output-parameter: "energy-product"
tree:
children:
child:
pipeline:
compute:
- multiply
inputs:
- timestamp: 2023-08-06T00:00
duration: 3600
cpu/energy: 0.001
network/energy: 0.002