Enum ExplanationMetadata.InputMetadata.Visualization.ColorMap (3.42.0)

public enum ExplanationMetadata.InputMetadata.Visualization.ColorMap extends Enum<ExplanationMetadata.InputMetadata.Visualization.ColorMap> implements ProtocolMessageEnum

The color scheme used for highlighting areas.

Protobuf enum google.cloud.aiplatform.v1beta1.ExplanationMetadata.InputMetadata.Visualization.ColorMap

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COLOR_MAP_UNSPECIFIED

Should not be used.

COLOR_MAP_UNSPECIFIED = 0;

COLOR_MAP_UNSPECIFIED_VALUE

Should not be used.

COLOR_MAP_UNSPECIFIED = 0;

GREEN

Positive: green. Negative: green.

GREEN = 4;

GREEN_VALUE

Positive: green. Negative: green.

GREEN = 4;

PINK_GREEN

Positive: green. Negative: pink.

PINK_GREEN = 1;

PINK_GREEN_VALUE

Positive: green. Negative: pink.

PINK_GREEN = 1;

PINK_WHITE_GREEN

PiYG palette.

PINK_WHITE_GREEN = 5;

PINK_WHITE_GREEN_VALUE

PiYG palette.

PINK_WHITE_GREEN = 5;

RED

Positive: red. Negative: red.

RED = 3;

RED_GREEN

Positive: green. Negative: red.

RED_GREEN = 6;

RED_GREEN_VALUE

Positive: green. Negative: red.

RED_GREEN = 6;

RED_VALUE

Positive: red. Negative: red.

RED = 3;

UNRECOGNIZED
VIRIDIS

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.

VIRIDIS = 2;

VIRIDIS_VALUE

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.

VIRIDIS = 2;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()