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

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

The color scheme used for highlighting areas.

Constants

COLOR_MAP_UNSPECIFIED

value: 0
Should not be used.

PINK_GREEN

value: 1
Positive: green. Negative: pink.

VIRIDIS

value: 2
Viridis color map: A perceptually uniform color mapping which is easier to see by those with colorblindness and progresses from yellow to green to blue. Positive: yellow. Negative: blue.

RED

value: 3
Positive: red. Negative: red.

GREEN

value: 4
Positive: green. Negative: green.

RED_GREEN

value: 6
Positive: green. Negative: red.

PINK_WHITE_GREEN

value: 5
PiYG palette.