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 \ VisualizationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Should not be used.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
PIXELS
Value: 1Shows which pixel contributed to the image prediction.
Generated from protobuf enum PIXELS = 1;
OUTLINES
Value: 2Shows which region contributed to the image prediction by outlining the region.
Generated from protobuf enum OUTLINES = 2;