Package ai.djl.serving.workflow.function


package ai.djl.serving.workflow.function
Contains the WorkflowFunction and various built-in functions.
  • Classes
    Class
    Description
    Workflow function "adapter" applies an adapted model to an input.
    Workflow function "ensemble" accepts a list of Ensembleable outputs and merges them using Ensembleable.ensemble(List).
    Workflow function "functionsApply" accepts a list of functions and an input and applies each function to the input.
    Workflow function "id" accepts a single argument and returns the result of evaluating it.
    An internal WorkflowFunction that is used to execute a WorkerPoolConfig (typically a model) through the WorkLoadManager in the workflow.
    A lambda function that can be run within a Workflow.