Skip to content

Commit

Permalink
fix: removed monitoring config
Browse files Browse the repository at this point in the history
  • Loading branch information
lclc19 committed Sep 22, 2021
1 parent 80e8c4d commit 254e0a8
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -41,11 +41,6 @@ def batch_create_features_sample(
feature=aiplatform.Feature(
value_type=aiplatform.Feature.ValueType.STRING,
description="User gender",
monitoring_config=aiplatform.FeaturestoreMonitoringConfig(
snapshot_analysis=aiplatform.FeaturestoreMonitoringConfig.SnapshotAnalysis(
disabled=True,
),
),
),
feature_id="gender",
),
Expand Down

0 comments on commit 254e0a8

Please sign in to comment.