public interface FeaturestoreMonitoringConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeaturestoreMonitoringConfig.ThresholdConfig |
getCategoricalThresholdConfig()
Threshold for categorical features of anomaly detection.
|
FeaturestoreMonitoringConfig.ThresholdConfigOrBuilder |
getCategoricalThresholdConfigOrBuilder()
Threshold for categorical features of anomaly detection.
|
FeaturestoreMonitoringConfig.ImportFeaturesAnalysis |
getImportFeaturesAnalysis()
The config for ImportFeatures Analysis Based Feature Monitoring.
|
FeaturestoreMonitoringConfig.ImportFeaturesAnalysisOrBuilder |
getImportFeaturesAnalysisOrBuilder()
The config for ImportFeatures Analysis Based Feature Monitoring.
|
FeaturestoreMonitoringConfig.ThresholdConfig |
getNumericalThresholdConfig()
Threshold for numerical features of anomaly detection.
|
FeaturestoreMonitoringConfig.ThresholdConfigOrBuilder |
getNumericalThresholdConfigOrBuilder()
Threshold for numerical features of anomaly detection.
|
FeaturestoreMonitoringConfig.SnapshotAnalysis |
getSnapshotAnalysis()
The config for Snapshot Analysis Based Feature Monitoring.
|
FeaturestoreMonitoringConfig.SnapshotAnalysisOrBuilder |
getSnapshotAnalysisOrBuilder()
The config for Snapshot Analysis Based Feature Monitoring.
|
boolean |
hasCategoricalThresholdConfig()
Threshold for categorical features of anomaly detection.
|
boolean |
hasImportFeaturesAnalysis()
The config for ImportFeatures Analysis Based Feature Monitoring.
|
boolean |
hasNumericalThresholdConfig()
Threshold for numerical features of anomaly detection.
|
boolean |
hasSnapshotAnalysis()
The config for Snapshot Analysis Based Feature Monitoring.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSnapshotAnalysis()
The config for Snapshot Analysis Based Feature Monitoring.
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.SnapshotAnalysis snapshot_analysis = 1;
FeaturestoreMonitoringConfig.SnapshotAnalysis getSnapshotAnalysis()
The config for Snapshot Analysis Based Feature Monitoring.
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.SnapshotAnalysis snapshot_analysis = 1;
FeaturestoreMonitoringConfig.SnapshotAnalysisOrBuilder getSnapshotAnalysisOrBuilder()
The config for Snapshot Analysis Based Feature Monitoring.
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.SnapshotAnalysis snapshot_analysis = 1;
boolean hasImportFeaturesAnalysis()
The config for ImportFeatures Analysis Based Feature Monitoring.
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis import_features_analysis = 2;
FeaturestoreMonitoringConfig.ImportFeaturesAnalysis getImportFeaturesAnalysis()
The config for ImportFeatures Analysis Based Feature Monitoring.
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis import_features_analysis = 2;
FeaturestoreMonitoringConfig.ImportFeaturesAnalysisOrBuilder getImportFeaturesAnalysisOrBuilder()
The config for ImportFeatures Analysis Based Feature Monitoring.
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis import_features_analysis = 2;
boolean hasNumericalThresholdConfig()
Threshold for numerical features of anomaly detection. This is shared by all objectives of Featurestore Monitoring for numerical features (i.e. Features with type ([Feature.ValueType][google.cloud.aiplatform.v1.Feature.ValueType]) DOUBLE or INT64).
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ThresholdConfig numerical_threshold_config = 3;
FeaturestoreMonitoringConfig.ThresholdConfig getNumericalThresholdConfig()
Threshold for numerical features of anomaly detection. This is shared by all objectives of Featurestore Monitoring for numerical features (i.e. Features with type ([Feature.ValueType][google.cloud.aiplatform.v1.Feature.ValueType]) DOUBLE or INT64).
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ThresholdConfig numerical_threshold_config = 3;
FeaturestoreMonitoringConfig.ThresholdConfigOrBuilder getNumericalThresholdConfigOrBuilder()
Threshold for numerical features of anomaly detection. This is shared by all objectives of Featurestore Monitoring for numerical features (i.e. Features with type ([Feature.ValueType][google.cloud.aiplatform.v1.Feature.ValueType]) DOUBLE or INT64).
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ThresholdConfig numerical_threshold_config = 3;
boolean hasCategoricalThresholdConfig()
Threshold for categorical features of anomaly detection. This is shared by all types of Featurestore Monitoring for categorical features (i.e. Features with type ([Feature.ValueType][google.cloud.aiplatform.v1.Feature.ValueType]) BOOL or STRING).
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ThresholdConfig categorical_threshold_config = 4;
FeaturestoreMonitoringConfig.ThresholdConfig getCategoricalThresholdConfig()
Threshold for categorical features of anomaly detection. This is shared by all types of Featurestore Monitoring for categorical features (i.e. Features with type ([Feature.ValueType][google.cloud.aiplatform.v1.Feature.ValueType]) BOOL or STRING).
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ThresholdConfig categorical_threshold_config = 4;
FeaturestoreMonitoringConfig.ThresholdConfigOrBuilder getCategoricalThresholdConfigOrBuilder()
Threshold for categorical features of anomaly detection. This is shared by all types of Featurestore Monitoring for categorical features (i.e. Features with type ([Feature.ValueType][google.cloud.aiplatform.v1.Feature.ValueType]) BOOL or STRING).
.google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ThresholdConfig categorical_threshold_config = 4;
Copyright © 2023 Google LLC. All rights reserved.