Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class FeaturestoreMonitoringConfig.
Configuration of how features in Featurestore are monitored.
Generated from protobuf message google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ snapshot_analysis
FeaturestoreMonitoringConfig\SnapshotAnalysis
The config for Snapshot Analysis Based Feature Monitoring.
↳ import_features_analysis
FeaturestoreMonitoringConfig\ImportFeaturesAnalysis
The config for ImportFeatures Analysis Based Feature Monitoring.
↳ numerical_threshold_config
FeaturestoreMonitoringConfig\ThresholdConfig
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 ) DOUBLE or INT64).
↳ categorical_threshold_config
FeaturestoreMonitoringConfig\ThresholdConfig
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 ) BOOL or STRING).
getSnapshotAnalysis
The config for Snapshot Analysis Based Feature Monitoring.
hasSnapshotAnalysis
clearSnapshotAnalysis
setSnapshotAnalysis
The config for Snapshot Analysis Based Feature Monitoring.
$this
getImportFeaturesAnalysis
The config for ImportFeatures Analysis Based Feature Monitoring.
hasImportFeaturesAnalysis
clearImportFeaturesAnalysis
setImportFeaturesAnalysis
The config for ImportFeatures Analysis Based Feature Monitoring.
$this
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 ) DOUBLE or INT64).
hasNumericalThresholdConfig
clearNumericalThresholdConfig
setNumericalThresholdConfig
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 ) DOUBLE or INT64).
$this
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 ) BOOL or STRING).
hasCategoricalThresholdConfig
clearCategoricalThresholdConfig
setCategoricalThresholdConfig
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 ) BOOL or STRING).
$this

