abacusai.api_class.monitor
Module Contents
Classes
Helper class that provides a standard way to create an ABC using |
- class abacusai.api_class.monitor.ForecastingMonitorConfig
Bases:
abacusai.api_class.abstract.ApiClass
Helper class that provides a standard way to create an ABC using inheritance.
- to_dict()
Standardizes converting an ApiClass to dictionary. Keys of response dictionary are converted to camel case. This also validates the fields ( type, value, etc ) received in the dictionary.