Discovery Engine API (discoveryengine:v1beta)

2024-12-06

3 new methods | 3 updated methods

Additions

    Methods
  • discoveryengine.projects.locations.collections.dataStores.servingConfigs.streamAnswer

      Path : v1beta/{+servingConfig}:streamAnswer

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataStores/{dataStoresId}/servingConfigs/{servingConfigsId}:streamAnswer

      HTTP Method : POST

      Parameters :

        servingConfig

          Description : Required. The resource name of the Search serving config, such as `projects/*/locations/global/collections/default_collection/engines/*/servingConfigs/default_serving_config`, or `projects/*/locations/global/collections/default_collection/dataStores/*/servingConfigs/default_serving_config`. This field is used to identify the serving configuration name, set of models used to make the search.

          Pattern : ^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataStores/[^/]+/servingConfigs/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : servingConfig

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Answer query method (streaming). It takes one AnswerQueryRequest and returns multiple AnswerQueryResponse messages in a stream.

  • discoveryengine.projects.locations.collections.engines.servingConfigs.streamAnswer

      Path : v1beta/{+servingConfig}:streamAnswer

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/servingConfigs/{servingConfigsId}:streamAnswer

      HTTP Method : POST

      Parameters :

        servingConfig

          Description : Required. The resource name of the Search serving config, such as `projects/*/locations/global/collections/default_collection/engines/*/servingConfigs/default_serving_config`, or `projects/*/locations/global/collections/default_collection/dataStores/*/servingConfigs/default_serving_config`. This field is used to identify the serving configuration name, set of models used to make the search.

          Pattern : ^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/servingConfigs/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : servingConfig

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Answer query method (streaming). It takes one AnswerQueryRequest and returns multiple AnswerQueryResponse messages in a stream.

  • discoveryengine.projects.locations.dataStores.servingConfigs.streamAnswer

      Path : v1beta/{+servingConfig}:streamAnswer

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/dataStores/{dataStoresId}/servingConfigs/{servingConfigsId}:streamAnswer

      HTTP Method : POST

      Parameters :

        servingConfig

          Description : Required. The resource name of the Search serving config, such as `projects/*/locations/global/collections/default_collection/engines/*/servingConfigs/default_serving_config`, or `projects/*/locations/global/collections/default_collection/dataStores/*/servingConfigs/default_serving_config`. This field is used to identify the serving configuration name, set of models used to make the search.

          Pattern : ^projects/[^/]+/locations/[^/]+/dataStores/[^/]+/servingConfigs/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : servingConfig

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Answer query method (streaming). It takes one AnswerQueryRequest and returns multiple AnswerQueryResponse messages in a stream.

Updates

    Methods
  • discoveryengine.projects.locations.collections.dataStores.sessions.get

      Parameters :

        includeAnswerDetails

          Description : Optional. If set to true, the full session including all answer details will be returned.

          Location : query

          Type : boolean

  • discoveryengine.projects.locations.collections.engines.sessions.get

      Parameters :

        includeAnswerDetails

          Description : Optional. If set to true, the full session including all answer details will be returned.

          Location : query

          Type : boolean

  • discoveryengine.projects.locations.dataStores.sessions.get

      Parameters :

        includeAnswerDetails

          Description : Optional. If set to true, the full session including all answer details will be returned.

          Location : query

          Type : boolean