Logo
Type aliases

DataSinkUpdateWritable

DataSinkUpdateWritable = object

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

Schema for updating a data sink.

Properties

name?

optional name: string | null

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

The name of the data sink.


sink_type

sink_type: ConfigurableDataSinkNames

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


component?

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

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

Component that implements the data sink

On this page