public static interface ModelMonitoringObjectiveConfig.ExplanationConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnableFeatureAttributes()
If want to analyze the Vertex Explainable AI feature attribute scores or
not.
|
ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline |
getExplanationBaseline()
Predictions generated by the BatchPredictionJob using baseline dataset.
|
ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaselineOrBuilder |
getExplanationBaselineOrBuilder()
Predictions generated by the BatchPredictionJob using baseline dataset.
|
boolean |
hasExplanationBaseline()
Predictions generated by the BatchPredictionJob using baseline dataset.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getEnableFeatureAttributes()
If want to analyze the Vertex Explainable AI feature attribute scores or not. If set to true, Vertex AI will log the feature attributions from explain response and do the skew/drift detection for them.
bool enable_feature_attributes = 1;boolean hasExplanationBaseline()
Predictions generated by the BatchPredictionJob using baseline dataset.
.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline explanation_baseline = 2;
ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline getExplanationBaseline()
Predictions generated by the BatchPredictionJob using baseline dataset.
.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline explanation_baseline = 2;
ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaselineOrBuilder getExplanationBaselineOrBuilder()
Predictions generated by the BatchPredictionJob using baseline dataset.
.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline explanation_baseline = 2;
Copyright © 2023 Google LLC. All rights reserved.