Package com.google.cloud.aiplatform.v1
Interface EvaluatedAnnotationExplanationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvaluatedAnnotationExplanation,EvaluatedAnnotationExplanation.Builder
@Generated
public interface EvaluatedAnnotationExplanationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionExplanation attribution response details.Explanation attribution response details.Explanation type.com.google.protobuf.ByteStringExplanation type.booleanExplanation attribution response details.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getExplanationType
String getExplanationType()Explanation type. For AutoML Image Classification models, possible values are: * `image-integrated-gradients` * `image-xrai`
string explanation_type = 1;- Returns:
- The explanationType.
-
getExplanationTypeBytes
com.google.protobuf.ByteString getExplanationTypeBytes()Explanation type. For AutoML Image Classification models, possible values are: * `image-integrated-gradients` * `image-xrai`
string explanation_type = 1;- Returns:
- The bytes for explanationType.
-
hasExplanation
boolean hasExplanation()Explanation attribution response details.
.google.cloud.aiplatform.v1.Explanation explanation = 2;- Returns:
- Whether the explanation field is set.
-
getExplanation
Explanation getExplanation()Explanation attribution response details.
.google.cloud.aiplatform.v1.Explanation explanation = 2;- Returns:
- The explanation.
-
getExplanationOrBuilder
ExplanationOrBuilder getExplanationOrBuilder()Explanation attribution response details.
.google.cloud.aiplatform.v1.Explanation explanation = 2;
-