Chronos: bigdl.chronos.aiops first push (#7703)
* add bigdl.chronos.aiops * update doc * update doc * update the aiops doc * update doc * add test script
This commit is contained in:
parent
a1ee2f8b68
commit
528717da46
2 changed files with 22 additions and 0 deletions
21
docs/readthedocs/source/doc/PythonAPI/Chronos/aiops.rst
Normal file
21
docs/readthedocs/source/doc/PythonAPI/Chronos/aiops.rst
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
AIOps
|
||||||
|
=====================
|
||||||
|
|
||||||
|
ConfigGenerator
|
||||||
|
----------------------------------------
|
||||||
|
|
||||||
|
AIOps application typically relies on a decision system with one or multiple AI models.
|
||||||
|
|
||||||
|
The `ConfigGenerator` provides a easy-to-use builder for an AIOps decision system with the usage of `Trigger`.
|
||||||
|
|
||||||
|
.. automodule:: bigdl.chronos.aiops.config_generator.config_generator
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
:inherited-members:
|
||||||
|
|
||||||
|
.. automodule:: bigdl.chronos.aiops.config_generator.trigger
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
:inherited-members:
|
||||||
|
|
@ -11,6 +11,7 @@ Chronos API
|
||||||
tsdataset.rst
|
tsdataset.rst
|
||||||
simulator.rst
|
simulator.rst
|
||||||
evaluator.rst
|
evaluator.rst
|
||||||
|
aiops.rst
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue