public enum ExplanationMetadata.Types.InputMetadata.Types.Visualization.Types.OverlayType
Reference documentation and code samples for the Vertex AI v1beta1 API enum ExplanationMetadata.Types.InputMetadata.Types.Visualization.Types.OverlayType.
How the original image is displayed in the visualization.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Fields |
|
---|---|
Name | Description |
Grayscale |
The attributions are shown on top of grayscaled version of the original image. |
MaskBlack |
The attributions are used as a mask to reveal predictive parts of the image and hide the un-predictive parts. |
None |
No overlay. |
Original |
The attributions are shown on top of the original image. |
Unspecified |
Default value. This is the same as NONE. |