public enum ExplanationMetadata.Types.InputMetadata.Types.Visualization.Types.Polarity
Reference documentation and code samples for the Vertex AI v1beta1 API enum ExplanationMetadata.Types.InputMetadata.Types.Visualization.Types.Polarity.
Whether to only highlight pixels with positive contributions, negative or both. Defaults to POSITIVE.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Fields |
|
---|---|
Name | Description |
Both |
Shows both positive and negative attributions. |
Negative |
Setting polarity to negative highlights areas that does not lead to the models's current prediction. |
Positive |
Highlights the pixels/outlines that were most influential to the model's prediction. |
Unspecified |
Default value. This is the same as POSITIVE. |