Logo
Type aliases

PipelineConfigurationHashes

PipelineConfigurationHashes = object

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

Hashes for the configuration of a pipeline.

Properties

embedding_config_hash?

optional embedding_config_hash: string | null

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

Hash of the embedding config.


parsing_config_hash?

optional parsing_config_hash: string | null

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

Hash of the llama parse parameters.


transform_config_hash?

optional transform_config_hash: string | null

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

Hash of the transform config.

On this page