IBM/pytorchpipe

View on GitHub
configs/default/components/publishers/global_variable_publisher.yml

Summary

Maintainability
Test Coverage
# This file defines the default values for the Global Variable Publisher.

####################################################################
# 1. CONFIGURATION PARAMETERS that will be LOADED by the component.
####################################################################

# List of keys of variables that will be added to globals (LOADED)
# an be both list of strings or a single string with comma-separated values.
keys: ''

# List of values - must be a single value or a list (LOADED)
values: ''

streams: 
  ####################################################################
  # 2. Keymappings associated with INPUT and OUTPUT streams.
  ####################################################################

globals:
  ####################################################################
  # 3. Keymappings of variables that will be RETRIEVED from GLOBALS.
  ####################################################################

  ####################################################################
  # 4. Keymappings associated with GLOBAL variables that will be SET.
  ####################################################################

  ####################################################################
  # 5. Keymappings associated with statistics that will be ADDED.
  ####################################################################