Enum ExplanationMetadata.InputMetadata.Visualization.OverlayType (3.42.0)

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.aiplatform.v1.ExplanationMetadata.InputMetadata.Visualization.OverlayType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GRAYSCALE

The attributions are shown on top of grayscaled version of the original image.

GRAYSCALE = 3;

GRAYSCALE_VALUE

The attributions are shown on top of grayscaled version of the original image.

GRAYSCALE = 3;

MASK_BLACK

The attributions are used as a mask to reveal predictive parts of the image and hide the un-predictive parts.

MASK_BLACK = 4;

MASK_BLACK_VALUE

The attributions are used as a mask to reveal predictive parts of the image and hide the un-predictive parts.

MASK_BLACK = 4;

NONE

No overlay.

NONE = 1;

NONE_VALUE

No overlay.

NONE = 1;

ORIGINAL

The attributions are shown on top of the original image.

ORIGINAL = 2;

ORIGINAL_VALUE

The attributions are shown on top of the original image.

ORIGINAL = 2;

OVERLAY_TYPE_UNSPECIFIED

Default value. This is the same as NONE.

OVERLAY_TYPE_UNSPECIFIED = 0;

OVERLAY_TYPE_UNSPECIFIED_VALUE

Default value. This is the same as NONE.

OVERLAY_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

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()