Skip to content

Commit

Permalink
refactor,chore(egen) : removed hardcoded values , performed linter test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayakrishna2801 committed Jul 5, 2024
1 parent 01e3f57 commit 196c671
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,11 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "2d96e0c47bed"
"id": "e33244c6e6b5"
},
"outputs": [],
"source": [
"PROJECT_ID = \"vertexai-service-project\" # @param {type:\"string\"}\n",
"PROJECT_ID = \"[your-project-id]\" # @param {type:\"string\"}\n",
"LOCATION = \"us-central1\" # @param {type:\"string\"}"
]
},
Expand All @@ -248,7 +248,7 @@
},
"outputs": [],
"source": [
"BUCKET_URI = f\"gs://automl_video-{PROJECT_ID}-unique\" # @param {type:\"string\"}"
"BUCKET_URI = f\"gs://your-bucket-name-{PROJECT_ID}-unique\" # @param {type:\"string\"}"
]
},
{
Expand Down

0 comments on commit 196c671

Please sign in to comment.