gitextract_6rdyb3hi/ ├── CONTRIBUTING.md ├── labs/ │ ├── arc130_analyze-sentiment-with-natural-language-api-challenge-lab/ │ │ ├── code.gs │ │ ├── readme.md │ │ └── script.sh │ ├── gsp101_google-cloud-essential-skills-challenge-lab/ │ │ ├── guide.txt │ │ └── readme.md │ ├── gsp1151_generative_ai_with_vertex_ai-prompt_design/ │ │ ├── intro_prompt_design.ipynb │ │ └── readme.md │ ├── gsp301_deploy-a-compute-instance-with-a-remote-startup-script/ │ │ ├── readme.md │ │ └── script.sh │ ├── gsp302_configure-a-firewall-and-a-startup-script-with-deployment-manager/ │ │ ├── guide.txt │ │ ├── qwiklabs.jinja │ │ ├── qwiklabs.yaml │ │ └── readme.md │ ├── gsp303_configure-secure-rdp-using-a-windows-bastion-host/ │ │ ├── readme.md │ │ └── script.sh │ ├── gsp304_build-and-deploy-a-docker-image-to-a-kubernetes/ │ │ ├── readme.md │ │ └── script.sh │ ├── gsp305_scale-out-and-update-a-containerized-application-on-a-kubernetes-cluster/ │ │ ├── readme.md │ │ └── script.sh │ ├── gsp306_migrate-a-mysql-database-to-google-cloud-sql/ │ │ ├── guide.txt │ │ └── readme.md │ ├── gsp311_automate-interactions-with-contact-center-ai-challenge-lab/ │ │ ├── guide.txt │ │ └── readme.md │ ├── gsp313_create-and-manage-cloud-resources/ │ │ ├── readme.md │ │ └── script.sh │ ├── gsp314_deploy-and-manage-cloud-environments-with-google-cloud-challenge-lab/ │ │ ├── guide.txt │ │ └── readme.md │ ├── gsp315_perform-foundational-infrastructure-tasks-in-google-cloud/ │ │ ├── readme.md │ │ └── script.sh │ ├── gsp318_deploy-to-kubernetes-in-google-cloud-challenge-lab/ │ │ ├── readme.md │ │ └── script.sh │ ├── gsp319_build-a-website-on-google-cloud-challenge-lab/ │ │ ├── readme.md │ │ └── script.sh │ ├── gsp321_set-up-and-configure-a-cloud-environment-in-google-cloud-challenge-lab/ │ │ ├── guide.txt │ │ └── readme.md │ ├── gsp322_build-and-secure-networks-in-google-cloud-challenge-lab/ │ │ ├── guide.txt │ │ └── readme.md │ ├── gsp323_perform-foundation-data-ml-and-ai-task-challenge-lab/ │ │ ├── guide.txt │ │ ├── lab.schema │ │ ├── readme.md │ │ └── request.json │ ├── gsp324_explore-machine-learning-models-with-explainable-ai-challenge-lab/ │ │ ├── guide.txt │ │ ├── readme.md │ │ └── what-if-tool-challenge.ipynb │ ├── gsp325_building-interactive-apps-with-google-assistant-challenge-lab/ │ │ ├── guide.txt │ │ ├── main.py │ │ ├── main_final.py │ │ ├── readme.md │ │ └── requirements.txt │ ├── gsp327_enginner-data-in-google-cloud-challenge-lab/ │ │ ├── query.sql │ │ └── readme.md │ ├── gsp328_serverless-cloud-run-development-challenge-lab/ │ │ ├── readme.md │ │ └── script.sh │ ├── gsp329_integrate-with-machine-learning-apis-challenge-lab/ │ │ ├── analyze-images.py │ │ ├── guide.txt │ │ └── readme.md │ ├── gsp330_implement-devops-in-google-cloud-challenge-lab/ │ │ ├── readme.md │ │ └── script.sh │ ├── gsp335_secure-workloads-in-google-kubernetes-engine-challenge-lab/ │ │ ├── guide.txt │ │ └── readme.md │ ├── gsp342_ensure-access-and-identity-in-google-cloud-challenge-lab/ │ │ ├── readme.md │ │ └── script.sh │ ├── gsp343_optimize-costs-for-google-kubernetes-engine-challenge-lab/ │ │ ├── readme.md │ │ └── script.sh │ ├── gsp344_serverless-firebase-development-challenge-lab/ │ │ ├── readme.md │ │ └── script.sh │ ├── gsp345_automating-infrastructure-on-google-cloud-with-terraform-challenge-lab/ │ │ ├── readme.md │ │ └── script.sh │ ├── gsp361_build-lookml-objects-in-looker-challenge-lab/ │ │ ├── order_items.view │ │ ├── part_1-3_training_ecommerce.model │ │ ├── part_4_training_ecommerce.model │ │ └── user_details.view │ ├── gsp374_perform-predictive-data-analysis-in-bigquery-challenge-lab/ │ │ ├── query.sql │ │ └── readme.md │ ├── gsp388_monitor-and-log-with-google-cloud-operations-suite-challenge-lab/ │ │ ├── guide.txt │ │ ├── readme.md │ │ └── startup-script.sh │ └── gsp787_insights-from-data-with-bigquery-challenge-lab/ │ ├── query.sql │ └── readme.md ├── learning-resources.md └── readme.md