enableFeatureAttributes property

bool? enableFeatureAttributes
getter/setter pair

If want to analyze the Vertex Explainable AI feature attribute scores or not.

If set to true, Vertex AI will log the feature attributions from explain response and do the skew/drift detection for them.

Implementation

core.bool? enableFeatureAttributes;