Cloud AI Platform v1 API - Enum ModelDeploymentMonitoringObjectiveType (2.27.0)

public enum ModelDeploymentMonitoringObjectiveType

Reference documentation and code samples for the Cloud AI Platform v1 API 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.