Logo
Type aliases

PipelineWritable

PipelineWritable = object

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

Schema for a pipeline.

Properties

id

id: string

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

Unique identifier


created_at?

optional created_at: string | null

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

Creation datetime


updated_at?

optional updated_at: string | null

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

Update datetime


name

name: string

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


project_id

project_id: string

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


embedding_model_config_id?

optional embedding_model_config_id: string | null

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

The ID of the EmbeddingModelConfig this pipeline is using.


pipeline_type?

optional pipeline_type: PipelineType

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

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

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


config_hash?

optional config_hash: PipelineConfigurationHashes | null

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

Hashes for the configuration of the pipeline.


transform_config?

optional transform_config: AutoTransformConfig | AdvancedModeTransformConfig

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

Configuration for the transformation.


preset_retrieval_parameters?

optional preset_retrieval_parameters: PresetRetrievalParams

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

Preset retrieval parameters for the pipeline.


eval_parameters?

optional eval_parameters: EvalExecutionParams

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

Eval parameters for the pipeline.


llama_parse_parameters?

optional llama_parse_parameters: LlamaParseParameters | null

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

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


data_sink?

optional data_sink: DataSinkWritable | null

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

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


status?

optional status: "CREATED" | "DELETING" | null

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

Status of the pipeline.


metadata_config?

optional metadata_config: PipelineMetadataConfig | null

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

Metadata configuration for the pipeline.