Uses of Class
com.google.cloud.aiplatform.v1.ThresholdConfig.Builder
Packages that use ThresholdConfig.Builder
-
Uses of ThresholdConfig.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ThresholdConfig.BuilderModifier and TypeMethodDescriptionThresholdConfig.Builder.clear()ThresholdConfig.Builder.clearThreshold()ThresholdConfig.Builder.clearValue()Specify a threshold value that can trigger the alert.ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.getDefaultDriftThresholdBuilder()Drift anomaly detection threshold used by all features.ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.getDefaultSkewThresholdBuilder()Skew anomaly detection threshold used by all features.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.Builder.getThresholdBuilder()Threshold for anomaly detection.ThresholdConfig.Builder.mergeFrom(ThresholdConfig other) ThresholdConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ThresholdConfig.Builder.mergeFrom(com.google.protobuf.Message other) static ThresholdConfig.BuilderThresholdConfig.newBuilder()static ThresholdConfig.BuilderThresholdConfig.newBuilder(ThresholdConfig prototype) ThresholdConfig.newBuilderForType()protected ThresholdConfig.BuilderThresholdConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.putAttributionScoreDriftThresholdsBuilderIfAbsent(String key) Key is the feature name and value is the threshold.ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.putAttributionScoreSkewThresholdsBuilderIfAbsent(String key) Key is the feature name and value is the threshold.ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.putDriftThresholdsBuilderIfAbsent(String key) Key is the feature name and value is the threshold.ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.putSkewThresholdsBuilderIfAbsent(String key) Key is the feature name and value is the threshold.ThresholdConfig.Builder.setValue(double value) Specify a threshold value that can trigger the alert.ThresholdConfig.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type ThresholdConfig.BuilderModifier and TypeMethodDescriptionModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.setDefaultDriftThreshold(ThresholdConfig.Builder builderForValue) Drift anomaly detection threshold used by all features.ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.setDefaultSkewThreshold(ThresholdConfig.Builder builderForValue) Skew anomaly detection threshold used by all features.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.Builder.setThreshold(ThresholdConfig.Builder builderForValue) Threshold for anomaly detection.