docs/api-rst.rst
python Python APIThis section includes the API documentation from the jina codebase, as extracted from the docstrings <https://peps.python.org/pep-0257/>_ in the code.
For further details, please refer to the full :ref:user guide <executor-cookbook>.
jina.orchestrate.deployments - Deployment.. currentmodule:: jina.orchestrate.deployments
.. autosummary:: :nosignatures: :template: class.rst
init.Deployment
jina.orchestrate.flow - Flow.. currentmodule:: jina.orchestrate.flow
.. autosummary:: :nosignatures: :template: class.rst
base.Flow asyncio.AsyncFlow
jina.serve.executors - Executor.. currentmodule:: jina.serve.executors
.. autosummary:: :nosignatures: :template: class.rst
Executor BaseExecutor decorators.requests decorators.monitor
jina.clients - Clients.. currentmodule:: jina.clients
.. autosummary:: :nosignatures: :template: class.rst
Client grpc.GRPCClient grpc.AsyncGRPCClient http.HTTPClient http.AsyncHTTPClient websocket.WebSocketClient websocket.AsyncWebSocketClient
jina.types.request - Networking messages.. currentmodule:: jina.types.request
.. autosummary:: :nosignatures: :template: class.rst
Request data.DataRequest data.Response status.StatusMessage
jina.serve.runtimes - Flow internals.. currentmodule:: jina.serve.runtimes
.. autosummary:: :nosignatures: :template: class.rst
asyncio.AsyncNewLoopRuntime gateway.GatewayRuntime gateway.grpc.GRPCGatewayRuntime gateway.http.HTTPGatewayRuntime gateway.websocket.WebSocketGatewayRuntime worker.WorkerRuntime head.HeadRuntime