Class: Google::Cloud::AIPlatform::V1::EvaluatedAnnotationExplanation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/evaluated_annotation.rb

Overview

Explanation result of the prediction produced by the Model.

Instance Attribute Summary collapse

Instance Attribute Details

#explanation::Google::Cloud::AIPlatform::V1::Explanation

Returns Explanation attribution response details.

Returns:



130
131
132
133
# File 'proto_docs/google/cloud/aiplatform/v1/evaluated_annotation.rb', line 130

class EvaluatedAnnotationExplanation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#explanation_type::String

Returns Explanation type.

For AutoML Image Classification models, possible values are:

  • image-integrated-gradients
  • image-xrai.

Returns:

  • (::String)

    Explanation type.

    For AutoML Image Classification models, possible values are:

    • image-integrated-gradients
    • image-xrai


130
131
132
133
# File 'proto_docs/google/cloud/aiplatform/v1/evaluated_annotation.rb', line 130

class EvaluatedAnnotationExplanation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end