:orphan: ############################## Lightning App - API References ############################## Core ____ .. currentmodule:: lightning_app.core .. autosummary:: :toctree: api/ :nosignatures: :template: classtemplate_no_index.rst LightningApp LightningFlow LightningWork Learn more about :ref:`Lightning Core `. ---- Built-in Components ___________________ .. currentmodule:: lightning_app.components .. autosummary:: :toctree: generated/ :nosignatures: :template: classtemplate_no_index.rst ~python.popen.PopenPythonScript ~python.tracer.TracerPythonScript ~training.LightningTrainingComponent ~serve.gradio.ServeGradio ~serve.serve.ModelInferenceAPI ---- Frontend's __________ .. currentmodule:: lightning_app.frontend .. autosummary:: :toctree: generated/ :nosignatures: :template: classtemplate_no_index.rst ~frontend.Frontend ~web.StaticWebFrontend ~stream_lit.StreamlitFrontend Learn more about :ref:`Frontend's `. ---- Storage _______ .. currentmodule:: lightning_app.storage .. autosummary:: :toctree: generated/ :nosignatures: :template: classtemplate_no_index.rst ~path.Path ~drive.Drive ~payload.Payload Learn more about :ref:`Storage `. ---- Runners _______ .. currentmodule:: lightning_app.runners .. autosummary:: :toctree: generated/ :nosignatures: :template: classtemplate_no_index.rst ~cloud.CloudRuntime ~singleprocess.SingleProcessRuntime ~multiprocess.MultiProcessRuntime