Enum ModelDeploymentMonitoringObjectiveType (1.2.0)

public enum ModelDeploymentMonitoringObjectiveType

The Model Monitoring Objective types.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
FeatureAttributionDrift

Feature attribution scores to detect skew between Prediction datasets collected within different time windows.

FeatureAttributionSkew

Feature attribution scores to detect skew between Training-Prediction datasets.

RawFeatureDrift

Raw feature values' stats to detect drift between Serving-Prediction datasets.

RawFeatureSkew

Raw feature values' stats to detect skew between Training-Prediction datasets.

Unspecified

Default value, should not be set.