Cloud AI Platform v1 API - Enum ExplanationMetadata.Types.InputMetadata.Types.Visualization.Types.Polarity (2.27.0)

public enum ExplanationMetadata.Types.InputMetadata.Types.Visualization.Types.Polarity

Reference documentation and code samples for the Cloud AI Platform v1 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.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
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.