Constants

This section of the documentation provides detailed information about the constants used throughout our application.

Index

Contents

ModelSelectionGUI.DATAConstant
DATA

Symbol key representing data. Used as a key in various data structures throughout the application.

source
ModelSelectionGUI.IDConstant
ID

Symbol representing ID. Used as a key in various data structures throughout the application.

source
ModelSelectionGUI.NAMEConstant
NAME

Symbol representing a name. Used as a key in various data structures throughout the application.

source
ModelSelectionGUI.NCORESConstant
NCORES

Symbol representing the number of cores. Used as a key in various data structures throughout the application.

source
ModelSelectionGUI.NWORKERSConstant
NWORKERS

Symbol representing the number of workers. Used as a key in various data structures throughout the application.

source
ModelSelectionGUI.STATUSConstant
STATUS

Symbol representing the status of an operation. Used as a key in various data structures throughout the application.

source
ModelSelectionGUI.PENDINGConstant
PENDING

Symbol representing the pending status. Used to denote that a job is in the queue, but not yet being executed.

source
ModelSelectionGUI.NOBSConstant
NOBS

Symbol representing the number of observations. Used as a key in various data structures throughout the application.

source
ModelSelectionGUI.MSGConstant
MSG

Symbol representing an API message. Used as a key in various data structures throughout the application.

source
ModelSelectionGUI.ERRORConstant
ERROR

Symbol representing an error. Used as a key in various data structures throughout the application.

source
ModelSelectionGUI.SUMMARYConstant
SUMMARY

Symbol representing the Summary result type. Used as a key in various data structures throughout the application.

source