We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4350e58 commit aa76120Copy full SHA for aa76120
ai-platform/snippets/test/batch-prediction-gemini.test.js
@@ -26,7 +26,7 @@ const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
26
describe('Batch predict with Gemini', async () => {
27
const projectId = process.env.CAIP_PROJECT_ID;
28
const outputGCSUri = 'gs://ucaip-samples-test-output/';
29
- const outputBqUri = 'bq://ucaip-sample-tests';
+ const outputBqUri = `bq://${process.env.CAIP_PROJECT_ID}.gen_ai_batch_prediction.predictions_${Date.now()}`;
30
const location = 'us-central1';
31
32
const jobServiceClient = new JobServiceClient({
0 commit comments