KAIROS-API Endpoints
The KAIROS-API endpoints for inference schema management.
All endpoints are available via the Swagger UI https://<host>/kairos-api/swagger-ui.html
.
HTTP Method as of product version | Purpose | Response Format | Description |
---|---|---|---|
Inference Schema Configuration | |||
GET as of 2022 Winter | Get Inference Schema for Tenant | JSON | Retrieves the tenants' current inference schema. |
POST as of 2022 Winter | Update Inference Schema for Tenant | JSON | Updates the tenants' inference schema. |
GET as of 2022 Winter | Get Global Inference Schema | JSON | Retrieves the global inference schema. |
POST as of 2022 Winter | Update Global Inference Schema | JSON | Updates the global inference schema. |