We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a13439 commit e001185Copy full SHA for e001185
1 file changed
README.md
@@ -75,6 +75,7 @@ observations_list = datastream.get_observations().query().filter("result gt 10")
75
```
76
77
### Callback function in `EntityList`
78
+
79
The progress of the loading process can be tracked by supplying a callback function along with a step size. The callback
80
function and the step size must both be provided to the `list` function (see example below).
81
0 commit comments