Discovery Engine API (discoveryengine:v1alpha)

2023-12-13

2 new methods

Additions

    Methods
  • discoveryengine.projects.locations.estimateDataSize

      Path : v1alpha/{+location}:estimateDataSize

      Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}:estimateDataSize

      HTTP Method : POST

      Parameters :

        location

          Description : Required. Full resource name of the Location, such as `projects/{project}/locations/{location}`.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : location

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

      Description : Estimates the data size to be used by a customer.

  • discoveryengine.projects.locations.collections.dataStores.trainCustomModel

      Path : v1alpha/{+dataStore}:trainCustomModel

      Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataStores/{dataStoresId}:trainCustomModel

      HTTP Method : POST

      Parameters :

        dataStore

          Description : Required. The resource name of the Data Store, such as `projects/*/locations/global/collections/default_collection/dataStores/default_data_store`. This field is used to identify the data store where to train the models.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : dataStore

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

      Description : Trains a custom model.