Add google_vertex_ai_agent_anomaly_detection_scope resource (beta)#18270
Add google_vertex_ai_agent_anomaly_detection_scope resource (beta)#18270jiany18-qd wants to merge 3 commits into
Conversation
Adds a new beta resource for the Vertex AI Agent Anomaly Detection (AAD) scope, which defines the Cloud Logging and Observability buckets that AAD monitors for anomalous agent behavior in a location. The resource supports create/read/delete with LRO (async) create and delete; all configurable fields are immutable since the API has no public update method.
|
Googlers: For automatic test runs see go/terraform-auto-test-runs. @shuyama1, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit eb61b7e: Diff reportYour PR generated the following diffs in downstream repositories:
Missing service labelsThe following new resources do not have corresponding service labels:
If you believe this detection to be incorrect please raise the concern with your reviewer. Googlers: This error is safe to ignore once you've completed go/fix-missing-service-labels. Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
Caution Issues requiring attention before PR completion 🔴 Initial Recording Failed: Some tests failed during the recording step. See the table above for details. Please address these issues to complete your PR. If you believe these detections are incorrect or unrelated to your change, please raise the concern with your reviewer. View the recording VCR build log or the debug logs folder for detailed results. @jiany18-qd, @shuyama1 VCR tests complete for eb61b7e! |
Adds a new beta Terraform resource for Vertex AI Agent Anomaly Detection (AAD) scope (
google_vertex_ai_agent_anomaly_detection_scope).An AAD scope defines the Cloud Logging and Observability buckets that AAD monitors for anomalous agent behavior in a given location. Creating a scope provisions a dedicated tenant project for detection.
This is part of the AAD GA launch compliance (b/527074080). The v1 proto surface was promoted in cl/946753365; this resource targets google-beta (v1beta1) first, to be promoted to google (v1) at GA.