Scalable Inference Serving · Example Payload

Scalable Inference Serving Getservermetadata Example

AICNCFDeploymentInferenceKubernetesLLMMachine LearningModel ServingMLOpsScalability

Scalable Inference Serving Getservermetadata 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": "GetServerMetadata",
  "method": "GET",
  "path": "/v2",
  "summary": "Get Server Metadata",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "name": "triton",
        "version": "2.30.0",
        "extensions": [
          "binary_tensor_data",
          "classification",
          "sequence",
          "model_configuration"
        ]
      }
    }
  ]
}