Skip to content

Commit 952dbd5

Browse files
authored
Update information on how capture data works in edge manager notebook (aws#2985)
* Update information on how capture data works in notebook * Fix grammer in notebook
1 parent 33f5dec commit 952dbd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sagemaker_edge_manager/sagemaker_edge_example/sagemaker_edge_example.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,9 @@
13431343
"source": [
13441344
"### Capture Data\n",
13451345
"\n",
1346-
"Capture the inputs and outputs of an inference call to cloud or disk. The specific parameters were configured earlier in the config file. "
1346+
"Capture the inputs and outputs of an inference call to cloud or disk. The specific parameters were configured earlier in the config file.\n",
1347+
"\n",
1348+
"**NOTE:** `sagemaker_edge_core_capture_data_batch_size` is set to 10 hence, this command needs to be run on 10 captures, before a batch of data is uploaded. Alternatively, before starting the agent, `sagemaker_edge_core_capture_data_batch_size` can be set to 1 for instant upload on capture."
13471349
]
13481350
},
13491351
{

0 commit comments

Comments
 (0)