PipelineUpdateWritable
PipelineUpdateWritable =
object
Defined in: packages/cloud/src/client/types.gen.ts:5535
Schema for updating a pipeline.
Properties
embedding_config?
optional
embedding_config:object
&AzureOpenAiEmbeddingConfig
|object
&CohereEmbeddingConfig
|object
&GeminiEmbeddingConfig
|object
&HuggingFaceInferenceApiEmbeddingConfig
|object
&OpenAiEmbeddingConfig
|object
&VertexAiEmbeddingConfig
|object
&BedrockEmbeddingConfig
|null
Defined in: packages/cloud/src/client/types.gen.ts:5536
transform_config?
optional
transform_config:AutoTransformConfig
|AdvancedModeTransformConfig
|null
Defined in: packages/cloud/src/client/types.gen.ts:5564
Configuration for the transformation.
configured_transformations?
optional
configured_transformations:ConfiguredTransformationItem
[] |null
Defined in: packages/cloud/src/client/types.gen.ts:5568
Deprecated, use embedding_config or transform_config instead. configured transformations for the pipeline.
data_sink_id?
optional
data_sink_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:5572
Data sink ID. When provided instead of data_sink, the data sink will be looked up by ID.
embedding_model_config_id?
optional
embedding_model_config_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:5576
Embedding model config ID. When provided instead of embedding_config, the embedding model config will be looked up by ID.
data_sink?
optional
data_sink:DataSinkCreateWritable
|null
Defined in: packages/cloud/src/client/types.gen.ts:5580
Data sink. When provided instead of data_sink_id, the data sink will be created.
preset_retrieval_parameters?
optional
preset_retrieval_parameters:PresetRetrievalParams
|null
Defined in: packages/cloud/src/client/types.gen.ts:5584
Preset retrieval parameters for the pipeline.
eval_parameters?
optional
eval_parameters:EvalExecutionParams
|null
Defined in: packages/cloud/src/client/types.gen.ts:5588
Eval parameters for the pipeline.
llama_parse_parameters?
optional
llama_parse_parameters:LlamaParseParameters
|null
Defined in: packages/cloud/src/client/types.gen.ts:5592
Settings that can be configured for how to use LlamaParse to parse files within a LlamaCloud pipeline.
status?
optional
status:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:5596
Status of the pipeline deployment.
name?
optional
name:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:5597
managed_pipeline_id?
optional
managed_pipeline_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:5601
The ID of the ManagedPipeline this playground pipeline is linked to.