Skip to content

Commit

Permalink
feat(vertexai): Add fields to Vertex AI FeatureStore EntityType for F…
Browse files Browse the repository at this point in the history
…eature Value Monitoring (#6699) (#314)

* feat: add fields for feature monitoring

* fix: use default_value for the fixed default values

* fix: update code based on feedback

Signed-off-by: Modular Magician <[email protected]>

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Nov 8, 2022
1 parent 9a37b0e commit 06863f3
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ resource "google_vertex_ai_featurestore_entitytype" "entity" {
disabled = false
monitoring_interval = "86400s"
}

categorical_threshold_config {
value = 0.3
}

numerical_threshold_config {
value = 0.3
}
}
}

Expand Down

0 comments on commit 06863f3

Please sign in to comment.