2026-06-27
▼ ▲ aiplatform.projects.locations.monitoredAgents.create
Parameters :
parent
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Type : string
Required : Yes
Description : Required. The resource name of the Location to create the MonitoredAgent in. Format: `projects/{project}/locations/{location}`
monitoredAgentId
Type : string
Location : query
Description : Required. The ID to use for the MonitoredAgent, which will become the final component of the MonitoredAgent's resource name.
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Creates a new MonitoredAgent in a specific Location.
Path : v1beta1/{+parent}/monitoredAgents
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/monitoredAgents
HTTP Method : POST
▼ ▲ aiplatform.projects.locations.monitoredAgents.delete
HTTP Method : DELETE
Description : Deletes a specific MonitoredAgent.
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/monitoredAgents/{monitoredAgentsId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Parameters :
name
Description : Required. The name of the MonitoredAgent resource to be deleted. Format: `projects/{project}/locations/{location}/monitoredAgents/{monitored_agent}`
Required : Yes
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/monitoredAgents/[^/]+$
Location : path
▼ ▲ aiplatform.projects.locations.agentAnomalyDetectionScopes.patch
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/agentAnomalyDetectionScopes/{agentAnomalyDetectionScopesId}
Description : Updates an existing AgentAnomalyDetectionScope.
HTTP Method : PATCH
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/agentAnomalyDetectionScopes/[^/]+$
Location : path
Type : string
Required : Yes
Description : Identifier. The resource name of the AgentAnomalyDetectionScope. Format: `projects/{project}/locations/{location}/agentAnomalyDetectionScopes/{agent_anomaly_detection_scope}`
updateMask
Type : string
Format : google-fieldmask
Location : query
Description : Optional. The list of fields to update. Supported paths: `display_name`, `auto_enroll`, `log_buckets`, `observability_buckets`.
Parameter Order : name