Logo
Type aliases

PipelineReadable

PipelineReadable = object

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

Schema for a pipeline.

Properties

id

id: string

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

Unique identifier


created_at?

optional created_at: string | null

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

Creation datetime


updated_at?

optional updated_at: string | null

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

Update datetime


name

name: string

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


project_id

project_id: string

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


embedding_model_config_id?

optional embedding_model_config_id: string | null

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

The ID of the EmbeddingModelConfig this pipeline is using.


pipeline_type?

optional pipeline_type: PipelineType

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

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:4744

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


embedding_config

embedding_config: object & AzureOpenAiEmbeddingConfig | object & CohereEmbeddingConfig | object & GeminiEmbeddingConfig | object & HuggingFaceInferenceApiEmbeddingConfig | object & OpenAiEmbeddingConfig | object & VertexAiEmbeddingConfig | object & BedrockEmbeddingConfig

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


configured_transformations?

optional configured_transformations: ConfiguredTransformationItem[]

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

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:4774

Hashes for the configuration of the pipeline.


transform_config?

optional transform_config: AutoTransformConfig | AdvancedModeTransformConfig

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

Configuration for the transformation.


preset_retrieval_parameters?

optional preset_retrieval_parameters: PresetRetrievalParams

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

Preset retrieval parameters for the pipeline.


eval_parameters?

optional eval_parameters: EvalExecutionParams

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

Eval parameters for the pipeline.


llama_parse_parameters?

optional llama_parse_parameters: LlamaParseParameters | null

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

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


data_sink?

optional data_sink: DataSinkReadable | null

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

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

On this page