Scalable Inference Serving · Example Payload

Scalable Inference Serving Checkserverreadiness Example

AICNCFDeploymentInferenceKubernetesLLMMachine LearningModel ServingMLOpsScalability

Scalable Inference Serving Checkserverreadiness 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": "CheckServerReadiness",
  "method": "GET",
  "path": "/v2/health/ready",
  "summary": "Check Server Readiness",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "ready": true
      }
    }
  ]
}