Skip to content

Scenario Overview - On Cloud Model Asset Publishing ​

This scenario guides Platform Operators through preparing runtime assets after cloud-resource onboarding, then assembling them into deployable model assets for downstream deployment and calling.

Applicable Roles ​

  • Platform Operator

Scenario Goals ​

  • Runtime images can be pulled in the target cloud environment.
  • Inference frameworks contain the correct service ports and startup commands.
  • Model assets can be selected by End Users during quick deployment.

Scenario Flow ​

Main path: Register a runtime image -> Build an inference framework -> Create a model asset -> Verify user deployment availability

StageKey Result
1. Register the imageThe target cloud environment can pull a controlled runtime-image version
2. Build the frameworkImage, startup command, port, and framework type are compatible
3. Create the model assetMeta-model, deployment point, cloud model, compute plan, and output protocol are linked
4. Verify availabilityEnd Users see the model and available plan in quick deployment

Before You Start ​

  • Cloud resources and authorization are ready.
  • The image address, framework type, model information, and output API rules are prepared.
  1. Maintain runtime images.
  2. Maintain inference frameworks.
  3. Assemble a deployable model asset in the model library.

Document Index ​

DocumentDescription
Runtime ImagesMaintain repository address, tag, framework type, and built-in state
Inference FrameworksBind images, ports, and startup commands
Model AssetsCombine meta-model, deployment point, compute plan, and output configuration

Completion Checklist ​

Purpose: These are the scenario exit criteria. Use them to confirm that the result is observable and reviewable before continuing. If any check fails, return to the relevant feature guide and follow its troubleshooting section.

CheckPass Criteria
1The runtime image can be pulled in the target cloud environment, with the correct framework type and version.
2Framework startup command, port, and output protocol match the model.
3The model asset links its meta-model, cloud deployment point, compute plan, and output configuration.
4A End User can see the model and available plan in quick deployment.

Troubleshooting ​

SymptomCheck First
Image or framework cannot be selectedAsset state, framework type, region, and association
Model is missing in user deploymentPublication state, deployment scope, authorization, and tenant visibility
Deployed API is unavailableStartup command, port, output configuration, and health state