Skip to main content

models_explanation_dataset

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

Overview

Namemodels_explanation_dataset
TypeResource
Idgoogle.aiplatform.models_explanation_dataset

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
update_explanation_datasetUPDATElocationsId, modelsId, projectsIdIncrementally 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 }}';