Class: Google::Cloud::AIPlatform::V1::EvaluatedAnnotationExplanation
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::EvaluatedAnnotationExplanation
- 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
-
#explanation ⇒ ::Google::Cloud::AIPlatform::V1::Explanation
Explanation attribution response details.
-
#explanation_type ⇒ ::String
Explanation type.
Instance Attribute Details
#explanation ⇒ ::Google::Cloud::AIPlatform::V1::Explanation
Returns Explanation attribution response details.
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
.
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 |