SongGuess
    Preparing search index...

    Class PipelineTransformationEntrypoint<Env, I, O>Abstract

    Type Parameters

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    env: Env

    Methods

    • run receives an array of PipelineRecord which can be transformed and returned to the pipeline

      Parameters

      • records: I[]

        Incoming records from the pipeline to be transformed

      • metadata: PipelineBatchMetadata

        Information about the specific pipeline calling the transformation entrypoint

      Returns Promise<O[]>

      A promise containing the transformed PipelineRecord array