Skip to content

Commit 22dd752

Browse files
update to comment about model region availability (#13248)
1 parent 396bd87 commit 22dd752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model_garden/anthropic/anthropic_batchpredict_with_bq.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def generate_content(output_uri: str) -> str:
2626
# output_uri = f"bq://your-project.your_dataset.your_table"
2727

2828
job = client.batches.create(
29-
# anthropic BQ predicitions only work in us-east5
29+
# Check Anthropic Claude region availability in https://cloud.devsite.corp.google.com/vertex-ai/generative-ai/docs/partner-models/use-claude#regions
3030
# More about Anthropic model: https://console.cloud.google.com/vertex-ai/publishers/anthropic/model-garden/claude-3-5-haiku
3131
model="publishers/anthropic/models/claude-3-5-haiku",
3232
# The source dataset needs to be created specifically in us-east5

0 commit comments

Comments
 (0)