Google Cloud Ai Platform V1 Client - Class Type (0.37.1)

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

Type of the image visualization. Only applicable to Integrated Gradients attribution.

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

Namespace

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Should not be used.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

PIXELS

Value: 1

Shows which pixel contributed to the image prediction.

Generated from protobuf enum PIXELS = 1;

OUTLINES

Value: 2

Shows which region contributed to the image prediction by outlining the region.

Generated from protobuf enum OUTLINES = 2;