public interface EvaluatedAnnotationExplanationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Explanation |
getExplanation()
Explanation attribution response details.
|
ExplanationOrBuilder |
getExplanationOrBuilder()
Explanation attribution response details.
|
String |
getExplanationType()
Explanation type.
|
com.google.protobuf.ByteString |
getExplanationTypeBytes()
Explanation type.
|
boolean |
hasExplanation()
Explanation attribution response details.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getExplanationType()
Explanation type. For AutoML Image Classification models, possible values are: * `image-integrated-gradients` * `image-xrai`
string explanation_type = 1;com.google.protobuf.ByteString getExplanationTypeBytes()
Explanation type. For AutoML Image Classification models, possible values are: * `image-integrated-gradients` * `image-xrai`
string explanation_type = 1;boolean hasExplanation()
Explanation attribution response details.
.google.cloud.aiplatform.v1.Explanation explanation = 2;Explanation getExplanation()
Explanation attribution response details.
.google.cloud.aiplatform.v1.Explanation explanation = 2;ExplanationOrBuilder getExplanationOrBuilder()
Explanation attribution response details.
.google.cloud.aiplatform.v1.Explanation explanation = 2;Copyright © 2023 Google LLC. All rights reserved.