Logo
Type aliases

ConfiguredTransformationItem

ConfiguredTransformationItem = object

Defined in: packages/cloud/src/client/types.gen.ts:1475

Configured transformations for pipelines.

Similar to ConfigurableTransformation but includes a few more fields that are useful to the platform.

Properties

id?

optional id: string

Defined in: packages/cloud/src/client/types.gen.ts:1476


configurable_transformation_type

configurable_transformation_type: ConfigurableTransformationNames

Defined in: packages/cloud/src/client/types.gen.ts:1480

Name for the type of transformation this is (e.g. SIMPLE_NODE_PARSER). Can also be an enum instance of llama_index.ingestion.transformations.ConfigurableTransformations. This will be converted to ConfigurableTransformationNames.


component

component: {[key: string]: unknown; } | CharacterSplitter | PageSplitterNodeParser | CodeSplitter | SentenceSplitter | TokenTextSplitter | MarkdownNodeParser | MarkdownElementNodeParser

Defined in: packages/cloud/src/client/types.gen.ts:1484

Component that implements the transformation

On this page