statmike / vertex-ai-mlops

Google Cloud Platform Vertex AI end-to-end workflows for machine learning operations
Apache License 2.0
450 stars 202 forks source link

initial version of gcloud commands to create notebook instances #10

Closed karticn-google closed 1 year ago

statmike commented 1 year ago

Hey @karticn-google, Thank you so much for developing the /script folder of this repository. I like the phased approach with gcloud commands for notebook instances that also clone the repository as a first step. A couple of questions before we proceed:

This pull look like it adds the folder /gcloud_commands with two .sh files. Will these files be used directly by any processes?

Can you edit the /script/readme.md file to describe these and how to use them?

karticn-google commented 1 year ago

Hi @statmike Thanks for reviewing the scripts. I will add the assumptions, pre-reqs and the gcloud command execution steps to the/script/readme.md file. My general assumptions are as follows:

  1. Users have google cloud platform account
  2. Google Cloud Project, VPC, subnet and service account has been already created
  3. Related API's are enabled

Also the commands can be executed in two different ways:

  1. Via cloud shell in google cloud console
  2. From local machine(gcloud sdk installation and configuration is required)