Resource Type: GCP > Vertex AI > Model
The Model resource type represents a machine learning model registered in the Google Cloud Vertex AI Model Registry. Models are versioned artifacts that can be deployed to endpoints for online predictions or used for batch predictions, and they carry the encryption configuration and labels applied to the registered model.
Resource Context
Model is a part of the Vertex AI service.
Each Model lives under a Region.
Controls
The primary controls for GCP > Vertex AI > Model 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/model
- tmod:@turbot/turbot#/resource/categories/database
- turbot graphql resource --id "tmod:@turbot/gcp-vertexai#/resource/types/model"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-vertexai#/resource/types/model';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-vertexai#/resource/types/model"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-vertexai#/resource/types/model' 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