Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ExplanationMetadata::InputMetadata::Visualization (v0.4.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ExplanationMetadata::InputMetadata::Visualization.

Visualization configurations for image explanation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#clip_percent_lowerbound

def clip_percent_lowerbound() -> ::Float
Returns
  • (::Float) — Excludes attributions below the specified percentile, from the highlighted areas. Defaults to 62.

#clip_percent_lowerbound=

def clip_percent_lowerbound=(value) -> ::Float
Parameter
  • value (::Float) — Excludes attributions below the specified percentile, from the highlighted areas. Defaults to 62.
Returns
  • (::Float) — Excludes attributions below the specified percentile, from the highlighted areas. Defaults to 62.

#clip_percent_upperbound

def clip_percent_upperbound() -> ::Float
Returns
  • (::Float) — Excludes attributions above the specified percentile from the highlighted areas. Using the clip_percent_upperbound and clip_percent_lowerbound together can be useful for filtering out noise and making it easier to see areas of strong attribution. Defaults to 99.9.

#clip_percent_upperbound=

def clip_percent_upperbound=(value) -> ::Float
Parameter
  • value (::Float) — Excludes attributions above the specified percentile from the highlighted areas. Using the clip_percent_upperbound and clip_percent_lowerbound together can be useful for filtering out noise and making it easier to see areas of strong attribution. Defaults to 99.9.
Returns
  • (::Float) — Excludes attributions above the specified percentile from the highlighted areas. Using the clip_percent_upperbound and clip_percent_lowerbound together can be useful for filtering out noise and making it easier to see areas of strong attribution. Defaults to 99.9.

#color_map

def color_map() -> ::Google::Cloud::AIPlatform::V1::ExplanationMetadata::InputMetadata::Visualization::ColorMap
Returns

#color_map=

def color_map=(value) -> ::Google::Cloud::AIPlatform::V1::ExplanationMetadata::InputMetadata::Visualization::ColorMap
Parameter
Returns

#overlay_type

def overlay_type() -> ::Google::Cloud::AIPlatform::V1::ExplanationMetadata::InputMetadata::Visualization::OverlayType
Returns

#overlay_type=

def overlay_type=(value) -> ::Google::Cloud::AIPlatform::V1::ExplanationMetadata::InputMetadata::Visualization::OverlayType
Parameter
Returns

#polarity

def polarity() -> ::Google::Cloud::AIPlatform::V1::ExplanationMetadata::InputMetadata::Visualization::Polarity
Returns

#polarity=

def polarity=(value) -> ::Google::Cloud::AIPlatform::V1::ExplanationMetadata::InputMetadata::Visualization::Polarity
Parameter
Returns

#type

def type() -> ::Google::Cloud::AIPlatform::V1::ExplanationMetadata::InputMetadata::Visualization::Type
Returns

#type=

def type=(value) -> ::Google::Cloud::AIPlatform::V1::ExplanationMetadata::InputMetadata::Visualization::Type
Parameter
Returns