Transformation

A custom processing step for documents moving through a data source ingestion pipeline. To process documents after they have been converted into chunks, set the step to apply to POST_CHUNKING.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When the service applies the transformation.

Link copied to clipboard

A Lambda function that processes documents.

Functions

Link copied to clipboard
inline fun copy(block: Transformation.Builder.() -> Unit = {}): Transformation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String