GCP - AI Platform Enum

Learn AWS hacking from zero to hero with htARTE (HackTricks AWS Red Team Expert)!

Other ways to support HackTricks:

Google AI Platform is another "serverless" offering for machine learning projects.

There are a few areas here you can look for interesting information like models and jobs.

# Models
gcloud ai-platform models list
gcloud ai-platform models describe <model>
gcloud ai-platform models get-iam-policy <model>

# Jobs
gcloud ai-platform jobs list
gcloud ai-platform jobs describe <job>
Learn AWS hacking from zero to hero with htARTE (HackTricks AWS Red Team Expert)!

Other ways to support HackTricks:

Last updated