jar

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 JAR file - Latest Versions:

All Versions

Download org.apache.skywalking : ai-pipeline JAR file - All Versions:

Version Vulnerabilities Size Updated
9.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ai-pipeline-9.5.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.skywalking.oap.server.ai.pipeline.services

├─ org.apache.skywalking.oap.server.ai.pipeline.services.HttpUriRecognitionService.class - [JAR]

org.apache.skywalking.oap.server.ai.pipeline.services.api

├─ org.apache.skywalking.oap.server.ai.pipeline.services.api.HttpUriPattern.class - [JAR]

├─ org.apache.skywalking.oap.server.ai.pipeline.services.api.HttpUriRecognition.class - [JAR]

org.apache.skywalking.oap.server.ai.pipeline

├─ org.apache.skywalking.oap.server.ai.pipeline.AIPipelineConfig.class - [JAR]

├─ org.apache.skywalking.oap.server.ai.pipeline.AIPipelineModule.class - [JAR]

├─ org.apache.skywalking.oap.server.ai.pipeline.AIPipelineProvider.class - [JAR]

org.apache.skywalking.oap.server.ai.pipeline.grpc

├─ org.apache.skywalking.oap.server.ai.pipeline.grpc.AiHttpUriRecognition.class - [JAR]

├─ org.apache.skywalking.oap.server.ai.pipeline.grpc.HttpRawUri.class - [JAR]

├─ org.apache.skywalking.oap.server.ai.pipeline.grpc.HttpRawUriOrBuilder.class - [JAR]

├─ org.apache.skywalking.oap.server.ai.pipeline.grpc.HttpUriRecognitionRequest.class - [JAR]

├─ org.apache.skywalking.oap.server.ai.pipeline.grpc.HttpUriRecognitionRequestOrBuilder.class - [JAR]

├─ org.apache.skywalking.oap.server.ai.pipeline.grpc.HttpUriRecognitionResponse.class - [JAR]

├─ org.apache.skywalking.oap.server.ai.pipeline.grpc.HttpUriRecognitionResponseOrBuilder.class - [JAR]

├─ org.apache.skywalking.oap.server.ai.pipeline.grpc.HttpUriRecognitionServiceGrpc.class - [JAR]

├─ org.apache.skywalking.oap.server.ai.pipeline.grpc.HttpUriRecognitionSyncRequest.class - [JAR]

├─ org.apache.skywalking.oap.server.ai.pipeline.grpc.HttpUriRecognitionSyncRequestOrBuilder.class - [JAR]

├─ org.apache.skywalking.oap.server.ai.pipeline.grpc.Pattern.class - [JAR]

├─ org.apache.skywalking.oap.server.ai.pipeline.grpc.PatternOrBuilder.class - [JAR]