| title | Relay Streaming |
|---|---|
| slug | /reference/api/python-library-reference/streaming |
| description | Consume raw NVIDIA NeMo Relay ATOF records and terminal invocation results. |
NeMo Relay streaming support for the NVIDIA NeMo Fabric Python SDK.
Async iterator of raw ATOF records for one runtime invocation.
Consume the final normalized result separately with :meth:result. If iteration stops early, call :meth:aclose before starting another turn.
async def aclose() -> NoneStop iteration and drain this turn without cancelling the invocation.
async def result() -> RunResultReturn the terminal normalized result without adding it to the stream.
This file was automatically generated via lazydocs.