type property

String? type
getter/setter pair

Type of the image visualization.

Only applicable to Integrated Gradients attribution. OUTLINES shows regions of attribution, while PIXELS shows per-pixel attribution. Defaults to OUTLINES. Possible string values are:

  • "TYPE_UNSPECIFIED" : Should not be used.
  • "PIXELS" : Shows which pixel contributed to the image prediction.
  • "OUTLINES" : Shows which region contributed to the image prediction by outlining the region.

Implementation

core.String? type;