Logo
Type aliases

DataSinkCreateWritable

DataSinkCreateWritable = object

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

Schema for creating a data sink.

Properties

name

name: string

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

The name of the data sink.


sink_type

sink_type: ConfigurableDataSinkNames

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


component

component: {[key: string]: unknown; } | CloudPineconeVectorStoreWritable | CloudPostgresVectorStoreWritable | CloudQdrantVectorStoreWritable | CloudAzureAiSearchVectorStoreWritable | CloudMongoDbAtlasVectorSearchWritable | CloudMilvusVectorStoreWritable

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

Component that implements the data sink

On this page