Skip to main content

custom_models

Creates, updates, deletes, gets or lists a custom_models resource.

Overview

Namecustom_models
TypeResource
Idgoogle.discoveryengine.custom_models

Fields

NameDatatypeDescription
modelsarrayList of custom tuning models.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_collections_data_stores_custom_models_listSELECTcollectionsId, dataStoresId, locationsId, projectsIdGets a list of all the custom models.

SELECT examples

Gets a list of all the custom models.

SELECT
models
FROM google.discoveryengine.custom_models
WHERE collectionsId = '{{ collectionsId }}'
AND dataStoresId = '{{ dataStoresId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';