Logo
Type aliases

DataSinkCreateWritable

DataSinkCreateWritable = object

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

Schema for creating a data sink.

Properties

name

name: string

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

The name of the data sink.


sink_type

sink_type: ConfigurableDataSinkNames

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


component

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

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

Component that implements the data sink