SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias SearchPipeline

    SearchPipeline: {
        dataRepositoryMetadata?: (
            { key: string; value: string[] } & Record<string, any>
        )[];
    } & Record<string, any>

    Representation of the 'SearchPipeline' schema.

    Type Declaration

    • OptionaldataRepositoryMetadata?: ({ key: string; value: string[] } & Record<string, any>)[]

      Search for metadata happens at key level. Pipelines matching the search criteria will be returned.

      [
      {
      "key": "purpose",
      "value": [
      "demonstration"
      ]
      },
      {
      "key": "sample-key",
      "value": [
      "sample-value1",
      "sample-value2"
      ]
      }
      ]

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.