Logo
Type aliases

DataSinkUpdateWritable

DataSinkUpdateWritable = object

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

Schema for updating a data sink.

Properties

name?

optional name: string | null

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

The name of the data sink.


sink_type

sink_type: ConfigurableDataSinkNames

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


component?

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

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

Component that implements the data sink