PipelineWritable
PipelineWritable =
object
Defined in: packages/cloud/src/client/types.gen.ts:4800
Schema for a pipeline.
Properties
id
id:
string
Defined in: packages/cloud/src/client/types.gen.ts:4804
Unique identifier
created_at?
optional
created_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:4808
Creation datetime
updated_at?
optional
updated_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:4812
Update datetime
name
name:
string
Defined in: packages/cloud/src/client/types.gen.ts:4813
project_id
project_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:4814
embedding_model_config_id?
optional
embedding_model_config_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:4818
The ID of the EmbeddingModelConfig this pipeline is using.
pipeline_type?
optional
pipeline_type:PipelineType
Defined in: packages/cloud/src/client/types.gen.ts:4822
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:4826
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:4827
configured_transformations?
optional
configured_transformations:ConfiguredTransformationItem
[]
Defined in: packages/cloud/src/client/types.gen.ts:4852
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:4856
Hashes for the configuration of the pipeline.
transform_config?
optional
transform_config:AutoTransformConfig
|AdvancedModeTransformConfig
Defined in: packages/cloud/src/client/types.gen.ts:4860
Configuration for the transformation.
preset_retrieval_parameters?
optional
preset_retrieval_parameters:PresetRetrievalParams
Defined in: packages/cloud/src/client/types.gen.ts:4864
Preset retrieval parameters for the pipeline.
eval_parameters?
optional
eval_parameters:EvalExecutionParams
Defined in: packages/cloud/src/client/types.gen.ts:4868
Eval parameters for the pipeline.
llama_parse_parameters?
optional
llama_parse_parameters:LlamaParseParameters
|null
Defined in: packages/cloud/src/client/types.gen.ts:4872
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:4876
The data sink for the pipeline. If None, the pipeline will use the fully managed data sink.