Skip to content

Commit aa76120

Browse files
committed
update BigQuery output URI
1 parent 4350e58 commit aa76120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai-platform/snippets/test/batch-prediction-gemini.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
2626
describe('Batch predict with Gemini', async () => {
2727
const projectId = process.env.CAIP_PROJECT_ID;
2828
const outputGCSUri = 'gs://ucaip-samples-test-output/';
29-
const outputBqUri = 'bq://ucaip-sample-tests';
29+
const outputBqUri = `bq://${process.env.CAIP_PROJECT_ID}.gen_ai_batch_prediction.predictions_${Date.now()}`;
3030
const location = 'us-central1';
3131

3232
const jobServiceClient = new JobServiceClient({

0 commit comments

Comments
 (0)