Skip to content

Commit

Permalink
refcator(egen) : refcatored code according to template guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayakrishna2801 committed Jul 9, 2024
1 parent 87a9238 commit c7f309e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
"id": "f8fd397cc4f6"
},
"source": [
"# Download the Dataset to cloud storage"
"# Download the Dataset to Cloud Storage"
]
},
{
Expand Down Expand Up @@ -503,7 +503,7 @@
"id": "k_QorXXztzPH"
},
"source": [
"Start a new experiment run to track training parameters and start the training job. Note that this operation take around 10 mins."
"Start a new experiment run to track training parameters and start the training job. Note that this operation takes around 10 mins."
]
},
{
Expand Down Expand Up @@ -543,7 +543,7 @@
"id": "O-uCOL3Naap4"
},
"source": [
"Next, deploy your Vertex AI Model resource to a Vertex AI Endpoint resource. This operation take 10-20 mins."
"Next, deploy your Vertex AI Model resource to a Vertex AI endpoint resource. This operation takes 10-20 minutes."
]
},
{
Expand Down Expand Up @@ -747,7 +747,7 @@
},
"outputs": [],
"source": [
"# Warning: Setting this to true delete everything in your bucket\n",
"# Warning: Setting this to true deletes everything in your bucket\n",
"delete_bucket = False\n",
"\n",
"# Delete dataset\n",
Expand Down

0 comments on commit c7f309e

Please sign in to comment.