There was an error while loading. Please reload this page.
1 parent 80e8c4d commit 254e0a8Copy full SHA for 254e0a8
samples/snippets/feature_store_service/batch_create_features_sample.py
@@ -41,11 +41,6 @@ def batch_create_features_sample(
41
feature=aiplatform.Feature(
42
value_type=aiplatform.Feature.ValueType.STRING,
43
description="User gender",
44
- monitoring_config=aiplatform.FeaturestoreMonitoringConfig(
45
- snapshot_analysis=aiplatform.FeaturestoreMonitoringConfig.SnapshotAnalysis(
46
- disabled=True,
47
- ),
48
49
),
50
feature_id="gender",
51
0 commit comments