Skip navigation links

Deep Java Library 0.11.0 - serving API

This document is the API specification for the Deep Java Library (DJL) Serving.

See: Description

Packages 
Package Description
ai.djl.serving
Contains a model server implementation.
ai.djl.serving.http
Contains classes that handles REST API calls.
ai.djl.serving.plugins
Contains plugin manager implementation of the model server.
ai.djl.serving.util
Contains utilities used by model server.
ai.djl.serving.wlm
Contains classes that manage model lifecycle.

This document is the API specification for the Deep Java Library (DJL) Serving.

The DJL serving module is a standalone web service that can serve models with REST API. See here for more details.

Skip navigation links