Uses of Class
com.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder
-
Uses of ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.BuilderModifier and TypeMethodDescriptionModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.clear()ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.clearAttributionScoreSkewThresholds()ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.clearDefaultSkewThreshold()Skew anomaly detection threshold used by all features.ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.clearSkewThresholds()ModelMonitoringObjectiveConfig.Builder.getTrainingPredictionSkewDetectionConfigBuilder()The config for skew between training data and prediction data.ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.mergeDefaultSkewThreshold(ThresholdConfig value) Skew anomaly detection threshold used by all features.ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.mergeFrom(ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig other) ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.mergeFrom(com.google.protobuf.Message other) ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.newBuilder()ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.newBuilder(ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig prototype) ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.newBuilderForType()ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.putAllAttributionScoreSkewThresholds(Map<String, ThresholdConfig> values) Key is the feature name and value is the threshold.ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.putAllSkewThresholds(Map<String, ThresholdConfig> values) Key is the feature name and value is the threshold.ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.putAttributionScoreSkewThresholds(String key, ThresholdConfig value) Key is the feature name and value is the threshold.ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.putSkewThresholds(String key, ThresholdConfig value) Key is the feature name and value is the threshold.ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.removeAttributionScoreSkewThresholds(String key) Key is the feature name and value is the threshold.ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.removeSkewThresholds(String key) Key is the feature name and value is the threshold.ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.setDefaultSkewThreshold(ThresholdConfig value) Skew anomaly detection threshold used by all features.ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder.setDefaultSkewThreshold(ThresholdConfig.Builder builderForValue) Skew anomaly detection threshold used by all features.ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.BuilderModifier and TypeMethodDescriptionModelMonitoringObjectiveConfig.Builder.setTrainingPredictionSkewDetectionConfig(ModelMonitoringObjectiveConfig.TrainingPredictionSkewDetectionConfig.Builder builderForValue) The config for skew between training data and prediction data.