Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::ExplanationMetadata::InputMetadata::Visualization::OverlayType (v0.14.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::ExplanationMetadata::InputMetadata::Visualization::OverlayType.

How the original image is displayed in the visualization.

Constants

OVERLAY_TYPE_UNSPECIFIED

value: 0
Default value. This is the same as NONE.

NONE

value: 1
No overlay.

ORIGINAL

value: 2
The attributions are shown on top of the original image.

GRAYSCALE

value: 3
The attributions are shown on top of grayscaled version of the original image.

MASK_BLACK

value: 4
The attributions are used as a mask to reveal predictive parts of the image and hide the un-predictive parts.