Stop Human Loop
augmentedairuntime_stop_human_loop | R Documentation |
Stops the specified human loop¶
Description¶
Stops the specified human loop.
Usage¶
augmentedairuntime_stop_human_loop(HumanLoopName)
Arguments¶
HumanLoopName |
[required] The name of the human loop that you want to stop. |
Value¶
An empty list.
Request syntax¶
svc$stop_human_loop(
HumanLoopName = "string"
)