Resource Type: GCP > Vertex AI > Endpoint
The Endpoint resource type represents a managed service that allows you to deploy machine learning models for online predictions. Endpoints are used to host machine learning models that are ready for inference, enabling you to serve predictions in real-time or in batches.
Resource Context
Endpoint is a part of the Vertex AI service.
Each Endpoint lives under a Region.
Controls
The primary controls for GCP > Vertex AI > Endpoint 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/endpoint
- tmod:@turbot/turbot#/resource/categories/database
- turbot graphql resource --id "tmod:@turbot/gcp-vertexai#/resource/types/endpoint"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-vertexai#/resource/types/endpoint';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-vertexai#/resource/types/endpoint"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-vertexai#/resource/types/endpoint' 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