We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396bd87 commit 22dd752Copy full SHA for 22dd752
model_garden/anthropic/anthropic_batchpredict_with_bq.py
@@ -26,7 +26,7 @@ def generate_content(output_uri: str) -> str:
26
# output_uri = f"bq://your-project.your_dataset.your_table"
27
28
job = client.batches.create(
29
- # anthropic BQ predicitions only work in us-east5
+ # Check Anthropic Claude region availability in https://cloud.devsite.corp.google.com/vertex-ai/generative-ai/docs/partner-models/use-claude#regions
30
# More about Anthropic model: https://console.cloud.google.com/vertex-ai/publishers/anthropic/model-garden/claude-3-5-haiku
31
model="publishers/anthropic/models/claude-3-5-haiku",
32
# The source dataset needs to be created specifically in us-east5
0 commit comments