| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
ThresholdConfig.Builder |
ThresholdConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ThresholdConfig.Builder |
ThresholdConfig.Builder.clear() |
ThresholdConfig.Builder |
ThresholdConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ThresholdConfig.Builder |
ThresholdConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ThresholdConfig.Builder |
ThresholdConfig.Builder.clearThreshold() |
ThresholdConfig.Builder |
ThresholdConfig.Builder.clearValue()
Specify a threshold value that can trigger the alert.
|
ThresholdConfig.Builder |
ThresholdConfig.Builder.clone() |
ThresholdConfig.Builder |
ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.getDefaultDriftThresholdBuilder()
Drift anomaly detection threshold used by all features.
|
ThresholdConfig.Builder |
ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.getDefaultSkewThresholdBuilder()
Skew anomaly detection threshold used by all features.
|
ThresholdConfig.Builder |
ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.Builder.getThresholdBuilder()
Threshold for anomaly detection.
|
ThresholdConfig.Builder |
ThresholdConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ThresholdConfig.Builder |
ThresholdConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
ThresholdConfig.Builder |
ThresholdConfig.Builder.mergeFrom(ThresholdConfig other) |
ThresholdConfig.Builder |
ThresholdConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ThresholdConfig.Builder |
ThresholdConfig.newBuilder() |
static ThresholdConfig.Builder |
ThresholdConfig.newBuilder(ThresholdConfig prototype) |
ThresholdConfig.Builder |
ThresholdConfig.newBuilderForType() |
protected ThresholdConfig.Builder |
ThresholdConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ThresholdConfig.Builder |
ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.putAttributionScoreDriftThresholdsBuilderIfAbsent(String key)
Key is the feature name and value is the threshold.
|
ThresholdConfig.Builder |
ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.putAttributionScoreSkewThresholdsBuilderIfAbsent(String key)
Key is the feature name and value is the threshold.
|
ThresholdConfig.Builder |
ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.putDriftThresholdsBuilderIfAbsent(String key)
Key is the feature name and value is the threshold.
|
ThresholdConfig.Builder |
ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.putSkewThresholdsBuilderIfAbsent(String key)
Key is the feature name and value is the threshold.
|
ThresholdConfig.Builder |
ThresholdConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ThresholdConfig.Builder |
ThresholdConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ThresholdConfig.Builder |
ThresholdConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ThresholdConfig.Builder |
ThresholdConfig.Builder.setValue(double value)
Specify a threshold value that can trigger the alert.
|
ThresholdConfig.Builder |
ThresholdConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder |
ModelMonitoringObjectiveConfig.PredictionDriftDetectionConfig.Builder.setDefaultDriftThreshold(ThresholdConfig.Builder builderForValue)
Drift anomaly detection threshold used by all features.
|
ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder |
ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.setDefaultSkewThreshold(ThresholdConfig.Builder builderForValue)
Skew anomaly detection threshold used by all features.
|
ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.Builder |
ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.Builder.setThreshold(ThresholdConfig.Builder builderForValue)
Threshold for anomaly detection.
|
Copyright © 2024 Google LLC. All rights reserved.