Package com.google.cloud.aiplatform.v1
Interface ModelEvaluation.ModelEvaluationExplanationSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelEvaluation.ModelEvaluationExplanationSpec,ModelEvaluation.ModelEvaluationExplanationSpec.Builder
- Enclosing class:
- ModelEvaluation
public static interface ModelEvaluation.ModelEvaluationExplanationSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionExplanation spec details.Explanation spec details.Explanation type.com.google.protobuf.ByteStringExplanation type.booleanExplanation spec 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.
-
hasExplanationSpec
boolean hasExplanationSpec()Explanation spec details.
.google.cloud.aiplatform.v1.ExplanationSpec explanation_spec = 2;- Returns:
- Whether the explanationSpec field is set.
-
getExplanationSpec
ExplanationSpec getExplanationSpec()Explanation spec details.
.google.cloud.aiplatform.v1.ExplanationSpec explanation_spec = 2;- Returns:
- The explanationSpec.
-
getExplanationSpecOrBuilder
ExplanationSpecOrBuilder getExplanationSpecOrBuilder()Explanation spec details.
.google.cloud.aiplatform.v1.ExplanationSpec explanation_spec = 2;
-