ServerLiveResponse

Response from the server liveness endpoint.

AICNCFDeploymentInferenceKubernetesLLMMachine LearningModel ServingMLOpsScalability

Properties

Name Type Description
live boolean Indicates if the server is live.
View JSON Schema on GitHub

JSON Schema

scalable-inference-serving-serverliveresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ServerLiveResponse",
  "title": "ServerLiveResponse",
  "type": "object",
  "description": "Response from the server liveness endpoint.",
  "required": [
    "live"
  ],
  "properties": {
    "live": {
      "type": "boolean",
      "description": "Indicates if the server is live."
    }
  }
}