Skip to content

Model Store API

Note

This document has been machine translated.

This section explains the Model Store API.

Model Store

In xData Edge, machine learning models are stored and managed in the Model Store.

The Model Store is a dataset with a fixed column definition specialized for storing models. Each model stored in the Model Store corresponds to a record stored in the dataset.

Users of xData Edge can store model data in the Model Store along with metadata. The model data can be any binary data. The metadata can contain any JSON-formatted data, allowing you to record information such as accuracy and loss obtained during the model generation process.

Model Store API List

Users of xData Edge can use the Model Store API to perform the following operations.

API Method Description
model_store.create Creates a new Model Store.
model_store.delete Deletes a Model Store.
model_store.model.put Registers a model in the Model Store.
model_store.model.put_aggregated Registers an aggregated model in the Model Store.
model_store.model.delete Deletes a model from the Model Store.
model_store.model.get_info Retrieves information about a model registered in the Model Store.
model_store.model.get Retrieves a record from the Model Store by specifying the model ID.