# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Model information about a model to be executed.
ModelInfo contains the information about the model execution.
RunInfo stores details about a model runner Queue time represents the time a model was added to the Queue StartTime is the time the worker starts execution of the model code for processing steps Duration is the time, in milliseconds from StartTime to The model run completing RunDir is the (sub)-directory where the model is executed Error is the string representation of the error that stopped the run if an error was present as a unix timestamp.
# Interfaces
Client creates a connection to services.
ModelService describes the interface to interact with models.