public enum ExplanationMetadata.InputMetadata.Visualization.ColorMap extends Enum<ExplanationMetadata.InputMetadata.Visualization.ColorMap> implements ProtocolMessageEnumThe color scheme used for highlighting areas.
Protobuf enum
google.cloud.aiplatform.v1beta1.ExplanationMetadata.InputMetadata.Visualization.ColorMap
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| COLOR_MAP_UNSPECIFIED | Should not be used. |
| COLOR_MAP_UNSPECIFIED_VALUE | Should not be used. |
| GREEN | Positive: green. Negative: green. |
| GREEN_VALUE | Positive: green. Negative: green. |
| PINK_GREEN | Positive: green. Negative: pink. |
| PINK_GREEN_VALUE | Positive: green. Negative: pink. |
| PINK_WHITE_GREEN | PiYG palette. |
| PINK_WHITE_GREEN_VALUE | PiYG palette. |
| RED | Positive: red. Negative: red. |
| RED_GREEN | Positive: green. Negative: red. |
| RED_GREEN_VALUE | Positive: green. Negative: red. |
| RED_VALUE | Positive: red. Negative: red. |
| 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_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. |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |