Cloud Platform Intelligent Assistant
Jump to navigation
Jump to search
An Cloud Platform Intelligent Assistant is an intelligent assistant system for Cloud Platform services.
- Context:
- It can (typically) provide Cloud Platform Configuration Assistance, for cloud platform configuration, such as insights and recommendations for cloud service usage.
- It can be a Languistic Cloud Platform Intelligent Assistant.
- It can answer Cloud Platform Assistant Questions, such as:
- "Q: How do I update IAM policy using gcloud?” => "A: <codde>gcloud projects add-iam-policy-binding ...."
- "Q: Write a function to reate a Google Cloud Storage bucket?." => "A:
def create_bucket (bucket_name, project_id, location): ...
." - "Q: How do I change a column name in my schema?."
- …
- Example(s):
- Counter-Example(s):
- See: ....