Logo
Type aliases

Pipeline

Pipeline = object

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

Schema for a pipeline.

Properties

id

id: string

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

Unique identifier


created_at?

optional created_at: string | null

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

Creation datetime


updated_at?

optional updated_at: string | null

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

Update datetime


name

name: string

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


project_id

project_id: string

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


embedding_model_config_id?

optional embedding_model_config_id: string | null

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

The ID of the EmbeddingModelConfig this pipeline is using.


pipeline_type?

optional pipeline_type: PipelineType

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

Type of pipeline. Either PLAYGROUND or MANAGED.


managed_pipeline_id?

optional managed_pipeline_id: string | null

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

The ID of the ManagedPipeline this playground pipeline is linked to.


embedding_config

embedding_config: AzureOpenAIEmbeddingConfig | CohereEmbeddingConfig | GeminiEmbeddingConfig | HuggingFaceInferenceAPIEmbeddingConfig | OpenAIEmbeddingConfig | VertexAIEmbeddingConfig | BedrockEmbeddingConfig

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


configured_transformations?

optional configured_transformations: ConfiguredTransformationItem[]

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

Deprecated don't use it, List of configured transformations.


config_hash?

optional config_hash: PipelineConfigurationHashes | null

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

Hashes for the configuration of the pipeline.


transform_config?

optional transform_config: AutoTransformConfig | AdvancedModeTransformConfig

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

Configuration for the transformation.


preset_retrieval_parameters?

optional preset_retrieval_parameters: PresetRetrievalParams

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

Preset retrieval parameters for the pipeline.


eval_parameters?

optional eval_parameters: EvalExecutionParams

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

Eval parameters for the pipeline.


llama_parse_parameters?

optional llama_parse_parameters: LlamaParseParameters | null

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

Settings that can be configured for how to use LlamaParse to parse files within a LlamaCloud pipeline.


data_sink?

optional data_sink: DataSink | null

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

The data sink for the pipeline. If None, the pipeline will use the fully managed data sink.

On this page