Skip to content

Commit d309944

Browse files
feat(genai): Updates to comments (#12740)
* updating comment * adding quotation and fixing grammar
1 parent bf57460 commit d309944

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

generative_ai/batch_predict/gemini_batch_predict_bigquery.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ def batch_predict_gemini_createjob(output_uri: str) -> str:
2727

2828
from vertexai.batch_prediction import BatchPredictionJob
2929

30-
# TODO(developer): Update and un-comment below lines
30+
# TODO(developer): Update and un-comment below line
31+
# PROJECT_ID = "your-project-id"
3132

3233
# Initialize vertexai
3334
vertexai.init(project=PROJECT_ID, location="us-central1")

generative_ai/batch_predict/gemini_batch_predict_gcs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ def batch_predict_gemini_createjob(output_uri: str) -> str:
2828

2929
from vertexai.batch_prediction import BatchPredictionJob
3030

31-
# TODO(developer): Update and un-comment below lines
31+
# TODO(developer): Update and un-comment below line
32+
# PROJECT_ID = "your-project-id"
3233

3334
# Initialize vertexai
3435
vertexai.init(project=PROJECT_ID, location="us-central1")

0 commit comments

Comments
 (0)