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

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

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.