Google Cloud Ai Platform V1 Client - Class ColorMap (0.32.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ColorMap.

The color scheme used for highlighting areas.

Protobuf type google.cloud.aiplatform.v1.ExplanationMetadata.InputMetadata.Visualization.ColorMap

Namespace

Google \ Cloud \ AIPlatform \ V1 \ ExplanationMetadata \ InputMetadata \ Visualization

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

COLOR_MAP_UNSPECIFIED

Value: 0

Should not be used.

Generated from protobuf enum COLOR_MAP_UNSPECIFIED = 0;

PINK_GREEN

Value: 1

Positive: green. Negative: pink.

Generated from protobuf enum PINK_GREEN = 1;

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.

Generated from protobuf enum VIRIDIS = 2;

RED

Value: 3

Positive: red. Negative: red.

Generated from protobuf enum RED = 3;

GREEN

Value: 4

Positive: green. Negative: green.

Generated from protobuf enum GREEN = 4;

RED_GREEN

Value: 6

Positive: green. Negative: red.

Generated from protobuf enum RED_GREEN = 6;

PINK_WHITE_GREEN

Value: 5

PiYG palette.

Generated from protobuf enum PINK_WHITE_GREEN = 5;