public enum ExplanationMetadata.InputMetadata.Visualization.OverlayType extends Enum<ExplanationMetadata.InputMetadata.Visualization.OverlayType> implements ProtocolMessageEnum
How the original image is displayed in the visualization.
Protobuf enum
google.cloud.vertexai.v1.ExplanationMetadata.InputMetadata.Visualization.OverlayType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
GRAYSCALE |
The attributions are shown on top of grayscaled version of the original image. |
GRAYSCALE_VALUE |
The attributions are shown on top of grayscaled version of the original image. |
MASK_BLACK |
The attributions are used as a mask to reveal predictive parts of the image and hide the un-predictive parts. |
MASK_BLACK_VALUE |
The attributions are used as a mask to reveal predictive parts of the image and hide the un-predictive parts. |
NONE |
No overlay. |
NONE_VALUE |
No overlay. |
ORIGINAL |
The attributions are shown on top of the original image. |
ORIGINAL_VALUE |
The attributions are shown on top of the original image. |
OVERLAY_TYPE_UNSPECIFIED |
Default value. This is the same as NONE. |
OVERLAY_TYPE_UNSPECIFIED_VALUE |
Default value. This is the same as NONE. |
UNRECOGNIZED |
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() |