Resource Type: GCP > Vertex AI > Deployment Resource Pool
The Deployment Resource Pool resource type represents a shared pool of dedicated compute resources in Google Cloud Vertex AI. A deployment resource pool can be referenced by multiple deployed models so they share the same underlying machine resources, and it carries the encryption configuration applied to that compute.
Resource Context
Deployment Resource Pool is a part of the Vertex AI service.
Each Deployment Resource Pool lives under a Region.
Controls
The primary controls for GCP > Vertex AI > Deployment Resource Pool are:
Quick Actions
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/gcp-vertexai#/resource/types/deploymentResourcePool
- tmod:@turbot/turbot#/resource/categories/database
- turbot graphql resource --id "tmod:@turbot/gcp-vertexai#/resource/types/deploymentResourcePool"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-vertexai#/resource/types/deploymentResourcePool';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-vertexai#/resource/types/deploymentResourcePool"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-vertexai#/resource/types/deploymentResourcePool' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query