models_explanation_dataset
Creates, updates, deletes, gets or lists a models_explanation_dataset
resource.
Overview
Name | models_explanation_dataset |
Type | Resource |
Id | google.aiplatform.models_explanation_dataset |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
update_explanation_dataset | UPDATE | locationsId, modelsId, projectsId | Incrementally update the dataset used for an examples model. |
UPDATE
example
Updates a models_explanation_dataset
resource.
/*+ update */
UPDATE google.aiplatform.models_explanation_dataset
SET
examples = '{{ examples }}'
WHERE
locationsId = '{{ locationsId }}'
AND modelsId = '{{ modelsId }}'
AND projectsId = '{{ projectsId }}';