Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d309944

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

File tree

Expand file treeCollapse file tree

2 files changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-2
lines changed

‎generative_ai/batch_predict/gemini_batch_predict_bigquery.py

Copy file name to clipboardExpand all lines: generative_ai/batch_predict/gemini_batch_predict_bigquery.py
+2-1Lines 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

Copy file name to clipboardExpand all lines: generative_ai/batch_predict/gemini_batch_predict_gcs.py
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.