Logo
Type aliases

DataSinkUpdateWritable

DataSinkUpdateWritable = object

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

Schema for updating a data sink.

Properties

name?

optional name: string | null

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

The name of the data sink.


sink_type

sink_type: ConfigurableDataSinkNames

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


component?

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

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

Component that implements the data sink