huawei-cloud-cloudrobo-infer
Windows / PowerShell: Examples use bash syntax. To run on Windows PowerShell:
- Flatten
\line continuations to a single line, or end lines with a backtick.- Set env vars with
$env:NAME="value"instead ofexport NAME="value".- Single-quoted JSON
'{"a":"b"}'works as-is.
Overview
The cloudrobo-infer skill manages the full lifecycle of CloudRobo inference services
(also called model-serving / inference-service). It lets the agent deploy a model (identified
by model_id + model_version_id passed as a --model-json JSON object) into a long-running
inference service, monitor and operate that service (start / stop / update / delete / logs),
and use wait-deploy to poll until the service status is no longer DEPLOYING
(status != "DEPLOYING"), at which point it returns any other state (e.g., RUNNING, FAILED, STOPPED).
Note:
wait-deployonly waits on theDEPLOYINGphase — it does NOT wait throughCREATING. Read the Wait-Deploy reference for exact semantics.
Applicable scenarios: