DOC

org.apache.skywalking : ai-pipeline

Maven & Gradle

Jun 16, 2023

AI pipeline module include pipelines connecting the OAP kernel and any 3rd party AI and/or algorithm server. The kernel would call the pipeline in the specific context/scenario with well formatted telemetry data, and expect the remote to respond with the result of the AI/algorithm as quick as possible, but in async way in case of large size of data or lower performance behavior of the remote.

Table Of Contents

Latest Version

Download org.apache.skywalking : ai-pipeline Javadoc & API Documentation - Latest Versions:

All Versions

Download org.apache.skywalking : ai-pipeline Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
9.5.x

How to open Javadoc JAR file in web browser

  1. Rename the file ai-pipeline-9.5.0-javadoc.jar to ai-pipeline-9.5.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder ai-pipeline-9.5.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "ai-pipeline-9.5.0-sources.jar" -d "ai-pipeline-9.5.0-javadoc" -subpackages