Uses of Class
com.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.Builder
Packages that use FeaturestoreMonitoringConfig.Builder
-
Uses of FeaturestoreMonitoringConfig.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FeaturestoreMonitoringConfig.BuilderModifier and TypeMethodDescriptionFeaturestoreMonitoringConfig.Builder.clear()FeaturestoreMonitoringConfig.Builder.clearCategoricalThresholdConfig()Threshold for categorical features of anomaly detection.FeaturestoreMonitoringConfig.Builder.clearImportFeaturesAnalysis()The config for ImportFeatures Analysis Based Feature Monitoring.FeaturestoreMonitoringConfig.Builder.clearNumericalThresholdConfig()Threshold for numerical features of anomaly detection.FeaturestoreMonitoringConfig.Builder.clearSnapshotAnalysis()The config for Snapshot Analysis Based Feature Monitoring.EntityType.Builder.getMonitoringConfigBuilder()Optional.FeaturestoreMonitoringConfig.Builder.mergeCategoricalThresholdConfig(FeaturestoreMonitoringConfig.ThresholdConfig value) Threshold for categorical features of anomaly detection.FeaturestoreMonitoringConfig.Builder.mergeFrom(FeaturestoreMonitoringConfig other) FeaturestoreMonitoringConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FeaturestoreMonitoringConfig.Builder.mergeFrom(com.google.protobuf.Message other) FeaturestoreMonitoringConfig.Builder.mergeImportFeaturesAnalysis(FeaturestoreMonitoringConfig.ImportFeaturesAnalysis value) The config for ImportFeatures Analysis Based Feature Monitoring.FeaturestoreMonitoringConfig.Builder.mergeNumericalThresholdConfig(FeaturestoreMonitoringConfig.ThresholdConfig value) Threshold for numerical features of anomaly detection.FeaturestoreMonitoringConfig.Builder.mergeSnapshotAnalysis(FeaturestoreMonitoringConfig.SnapshotAnalysis value) The config for Snapshot Analysis Based Feature Monitoring.FeaturestoreMonitoringConfig.newBuilder()FeaturestoreMonitoringConfig.newBuilder(FeaturestoreMonitoringConfig prototype) FeaturestoreMonitoringConfig.newBuilderForType()protected FeaturestoreMonitoringConfig.BuilderFeaturestoreMonitoringConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) FeaturestoreMonitoringConfig.Builder.setCategoricalThresholdConfig(FeaturestoreMonitoringConfig.ThresholdConfig value) Threshold for categorical features of anomaly detection.FeaturestoreMonitoringConfig.Builder.setCategoricalThresholdConfig(FeaturestoreMonitoringConfig.ThresholdConfig.Builder builderForValue) Threshold for categorical features of anomaly detection.FeaturestoreMonitoringConfig.Builder.setImportFeaturesAnalysis(FeaturestoreMonitoringConfig.ImportFeaturesAnalysis value) The config for ImportFeatures Analysis Based Feature Monitoring.FeaturestoreMonitoringConfig.Builder.setImportFeaturesAnalysis(FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder builderForValue) The config for ImportFeatures Analysis Based Feature Monitoring.FeaturestoreMonitoringConfig.Builder.setNumericalThresholdConfig(FeaturestoreMonitoringConfig.ThresholdConfig value) Threshold for numerical features of anomaly detection.FeaturestoreMonitoringConfig.Builder.setNumericalThresholdConfig(FeaturestoreMonitoringConfig.ThresholdConfig.Builder builderForValue) Threshold for numerical features of anomaly detection.FeaturestoreMonitoringConfig.Builder.setSnapshotAnalysis(FeaturestoreMonitoringConfig.SnapshotAnalysis value) The config for Snapshot Analysis Based Feature Monitoring.FeaturestoreMonitoringConfig.Builder.setSnapshotAnalysis(FeaturestoreMonitoringConfig.SnapshotAnalysis.Builder builderForValue) The config for Snapshot Analysis Based Feature Monitoring.FeaturestoreMonitoringConfig.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type FeaturestoreMonitoringConfig.BuilderModifier and TypeMethodDescriptionEntityType.Builder.setMonitoringConfig(FeaturestoreMonitoringConfig.Builder builderForValue) Optional.