Logo
Type aliases

DataSinkUpdate

DataSinkUpdate = object

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

Schema for updating a data sink.

Properties

name?

optional name: string | null

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

The name of the data sink.


sink_type

sink_type: ConfigurableDataSinkNames

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


component?

optional component: {[key: string]: unknown; } | CloudPineconeVectorStore | CloudPostgresVectorStore | CloudQdrantVectorStore | CloudAzureAISearchVectorStore | CloudMongoDBAtlasVectorSearch | CloudMilvusVectorStore | null

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

Component that implements the data sink

On this page