Uses of Class
com.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ThresholdConfig.Builder
Packages that use FeaturestoreMonitoringConfig.ThresholdConfig.Builder
-
Uses of FeaturestoreMonitoringConfig.ThresholdConfig.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FeaturestoreMonitoringConfig.ThresholdConfig.BuilderModifier and TypeMethodDescriptionFeaturestoreMonitoringConfig.ThresholdConfig.Builder.clear()FeaturestoreMonitoringConfig.ThresholdConfig.Builder.clearThreshold()FeaturestoreMonitoringConfig.ThresholdConfig.Builder.clearValue()Specify a threshold value that can trigger the alert. 1.FeaturestoreMonitoringConfig.Builder.getCategoricalThresholdConfigBuilder()Threshold for categorical features of anomaly detection.FeaturestoreMonitoringConfig.Builder.getNumericalThresholdConfigBuilder()Threshold for numerical features of anomaly detection.FeaturestoreMonitoringConfig.ThresholdConfig.Builder.mergeFrom(FeaturestoreMonitoringConfig.ThresholdConfig other) FeaturestoreMonitoringConfig.ThresholdConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FeaturestoreMonitoringConfig.ThresholdConfig.Builder.mergeFrom(com.google.protobuf.Message other) FeaturestoreMonitoringConfig.ThresholdConfig.newBuilder()FeaturestoreMonitoringConfig.ThresholdConfig.newBuilder(FeaturestoreMonitoringConfig.ThresholdConfig prototype) FeaturestoreMonitoringConfig.ThresholdConfig.newBuilderForType()FeaturestoreMonitoringConfig.ThresholdConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) FeaturestoreMonitoringConfig.ThresholdConfig.Builder.setValue(double value) Specify a threshold value that can trigger the alert. 1.FeaturestoreMonitoringConfig.ThresholdConfig.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type FeaturestoreMonitoringConfig.ThresholdConfig.BuilderModifier and TypeMethodDescriptionFeaturestoreMonitoringConfig.Builder.setCategoricalThresholdConfig(FeaturestoreMonitoringConfig.ThresholdConfig.Builder builderForValue) Threshold for categorical features of anomaly detection.FeaturestoreMonitoringConfig.Builder.setNumericalThresholdConfig(FeaturestoreMonitoringConfig.ThresholdConfig.Builder builderForValue) Threshold for numerical features of anomaly detection.