Logo
Type aliases

PipelineCreateWritable

PipelineCreateWritable = object

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

Schema for creating 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:5758


transform_config?

optional transform_config: AutoTransformConfig | AdvancedModeTransformConfig | null

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

Configuration for the transformation.


data_sink_id?

optional data_sink_id: string | null

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

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

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

Data sink. When provided instead of data_sink_id, the data sink will be created.


preset_retrieval_parameters?

optional preset_retrieval_parameters: PresetRetrievalParams

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

Preset retrieval parameters for the pipeline.


eval_parameters?

optional eval_parameters: EvalExecutionParams

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

Eval parameters for the pipeline.


llama_parse_parameters?

optional llama_parse_parameters: LlamaParseParameters

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


status?

optional status: string | null

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

Status of the pipeline deployment.


metadata_config?

optional metadata_config: PipelineMetadataConfig | null

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

Metadata configuration for the pipeline.


name

name: string

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


pipeline_type?

optional pipeline_type: PipelineType

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

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

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