Skip to content

Commit

Permalink
Updated instructions to mention streamings jobs are not supported on …
Browse files Browse the repository at this point in the history
…GT Console (#3608)

Co-authored-by: atqy <[email protected]>
  • Loading branch information
parthbbhatt and atqy authored Sep 21, 2022
1 parent ffef369 commit f6635fa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"\n",
"You can use a streaming labeling job to perpetually send new data objects to Amazon SageMaker Ground Truth to be labeled. Ground Truth streaming labeling jobs remain active until they are manually stopped or have been idle for more than 10 days. You can intermittently send new data objects to workers while the labeling job is active. \n",
"\n",
"#### Note: Streaming Labeling Jobs are currently not supported on the Ground Truth Console. The way to work with this is launching the streaming job via api and viewing statistics on the Ground Truth labeling job.\n",
"\n",
"\n",
"Use this notebook to create a Ground Truth streaming labeling job using any of the [built-in task types](https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html). You can make necessary parameter changes for the custom workflow. You can either configure the notebook to create a labeling job using your own input data, or run the notebook on *default* mode and use provided, image input data. **To use your own input data, set `DEFAULT` to `False`**."
]
},
Expand Down

0 comments on commit f6635fa

Please sign in to comment.