Skip to content

Commit 23428df

Browse files
committed
examples: Note existence of to_json functionality
1 parent fab2552 commit 23428df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/userapi/02_apply.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@
644644
"cell_type": "markdown",
645645
"metadata": {},
646646
"source": [
647-
"The `MemoryEstimate` object is designed to aid readability for orchestration. For example, one may want to estimate the memory consumption of an `Operator` on an orchestration node, before selecting the ideal hardware to run it on. When accessing the `MemoryEstimate` using its keys, values are returned in machine-readable bytes for this purpose."
647+
"The `MemoryEstimate` object is designed to aid readability for orchestration. For example, one may want to estimate the memory consumption of an `Operator` on an orchestration node, before selecting the ideal hardware to run it on. When accessing the `MemoryEstimate` using its keys, values are returned in machine-readable bytes for this purpose. There is also a `to_json` method included for easily writing this mapper to JSON for ingestion by orchestrators."
648648
]
649649
},
650650
{

0 commit comments

Comments
 (0)