Module Google::Cloud::AIPlatform::V1::ExplanationMetadata::InputMetadata::Visualization::Type (v0.1.0)

Type of the image visualization. Only applicable to Integrated Gradients attribution.

Constants

TYPE_UNSPECIFIED

value: 0
Should not be used.

PIXELS

value: 1
Shows which pixel contributed to the image prediction.

OUTLINES

value: 2
Shows which region contributed to the image prediction by outlining the region.