Resource Type: GCP > Vertex AI > Publisher Model
The Publisher Model resource type represents an entry in the Google Cloud Vertex AI Model Garden — a read-only catalog of Google-managed and third-party publisher models (for example Anthropic, Meta) that a project can deploy. Publisher models are owned by the publisher and cannot be created, modified, or deleted by the customer; this resource type provides discovery and CMDB only.
Resource Context
Publisher Model is a part of the Vertex AI service.
Each Publisher Model lives under a Project.
Controls
The primary controls for GCP > Vertex AI > Publisher Model are:
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/publisherModel
- tmod:@turbot/turbot#/resource/categories/database
- turbot graphql resource --id "tmod:@turbot/gcp-vertexai#/resource/types/publisherModel"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-vertexai#/resource/types/publisherModel';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-vertexai#/resource/types/publisherModel"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-vertexai#/resource/types/publisherModel' 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