Uses of Class
com.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder
Packages that use ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder
-
Uses of ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.BuilderModifier and TypeMethodDescriptionModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.clear()ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.clearAttributionScoreDriftThresholds()ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.clearDefaultDriftThreshold()Drift anomaly detection threshold used by all features.ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.clearDriftThresholds()ModelMonitoringObjectiveConfig.Builder.getPredictionDriftDetectionConfigBuilder()The config for drift of prediction data.ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.mergeDefaultDriftThreshold(ThresholdConfig value) Drift anomaly detection threshold used by all features.ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.mergeFrom(ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig other) ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.mergeFrom(com.google.protobuf.Message other) ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.newBuilder()ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.newBuilder(ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig prototype) ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.newBuilderForType()ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.putAllAttributionScoreDriftThresholds(Map<String, ThresholdConfig> values) Key is the feature name and value is the threshold.ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.putAllDriftThresholds(Map<String, ThresholdConfig> values) Key is the feature name and value is the threshold.ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.putAttributionScoreDriftThresholds(String key, ThresholdConfig value) Key is the feature name and value is the threshold.ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.putDriftThresholds(String key, ThresholdConfig value) Key is the feature name and value is the threshold.ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.removeAttributionScoreDriftThresholds(String key) Key is the feature name and value is the threshold.ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.removeDriftThresholds(String key) Key is the feature name and value is the threshold.ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.setDefaultDriftThreshold(ThresholdConfig value) Drift anomaly detection threshold used by all features.ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.setDefaultDriftThreshold(ThresholdConfig.Builder builderForValue) Drift anomaly detection threshold used by all features.ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.BuilderModifier and TypeMethodDescriptionModelMonitoringObjectiveConfig.Builder.setPredictionDriftDetectionConfig(ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder builderForValue) The config for drift of prediction data.