custom_models
Creates, updates, deletes, gets or lists a custom_models
resource.
Overview
Name | custom_models |
Type | Resource |
Id | google.discoveryengine.custom_models |
Fields
Name | Datatype | Description |
---|---|---|
models | array | List of custom tuning models. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
projects_locations_collections_data_stores_custom_models_list | SELECT | collectionsId, dataStoresId, locationsId, projectsId | Gets 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 }}';