KAIROS-API Service

This service of the AI platform provides the API for the configuration of AI platform, such as the schema that binds the ML-extractors to fields in object schema.

A Swagger UI is available via https://<host>/kairos-api/swagger-ui.html.

Table of Contents

Characteristics

Service Namekairos-api
Public APIKAIROS-API Endpoints

Function

The KAIROS-API service is responsible for configuring the inference schema, that is in turn used by PREDICT-API to call the appropriate machine learning models for an object type.

The endpoints of the KAIROS-API service are provided in an own API that shall be called to configure the system by system operators.

Requirements

The Kairos-API service is a part of the Artificial Intelligence Platform and can run only in combination with the other included services.

Further requirements:
>> AI Platform Requirements

Configuration

The Inference Schema needs to be defined according to your client application.

Read on

Inference Schema

The inference schema is a structure that defines what should be done and in which way while making predictions. Keep reading

ML Training Pipeline

Responsible for preparing data for training, training of machine learning models, evaluation of trained models, and preparing for the deployment to the production. Keep reading

PREDICT-API Service

The service of the AI platform provides the API for the retrieval of typification predictions determined by the Machine Learning (ML) Pipeline. Keep reading