- Overview
- WatchEntitiesResult
WatchEntitiesResult
Part of Reusable workflows in the Python API reference.
Related guidance: shipped-tooling.
Runnable examples: watch_detections.py, watch_tracks.py.
from picogrid_ecn_client.workflows import WatchEntitiesResultEntity events retained by a watch.
WatchEntitiesResult(*, events: tuple[EntityEvent, ...])Fields
Section titled “Fields”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
| events | tuple[EntityEvent, …] | yes | — | — | All events from a positive-limit watch, or the most recently retained events from an unbounded watch. |
Version 0.2.0 · branch main
