GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigExplanationConfig class
The config for integrating with Vertex Explainable AI.
Only applicable if the Model has explanation_spec populated.
Constructors
- GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigExplanationConfig({bool? enableFeatureAttributes, GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigExplanationConfigExplanationBaseline? explanationBaseline})
- GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigExplanationConfig.fromJson(Map json_)
Properties
- enableFeatureAttributes ↔ bool?
-
If want to analyze the Vertex Explainable AI feature attribute scores or
not.
getter/setter pair
- explanationBaseline ↔ GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigExplanationConfigExplanationBaseline?
-
Predictions generated by the BatchPredictionJob using baseline dataset.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited