Scalable Inference Serving · Example Payload

Scalable Inference Serving Checkmodelreadiness Example

AICNCFDeploymentInferenceKubernetesLLMMachine LearningModel ServingMLOpsScalability

Scalable Inference Serving Checkmodelreadiness Example is an example object payload from Scalable Inference Serving, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "CheckModelReadiness",
  "method": "GET",
  "path": "/v2/models/{model_name}/ready",
  "summary": "Check Model Readiness",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "name": "bert-sentiment-classifier",
        "ready": true
      }
    }
  ]
}