We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5928723 commit d66ec9dCopy full SHA for d66ec9d
ai-platform/snippets/create-batch-embedding.js
@@ -36,7 +36,7 @@ async function main(projectId, inputUri, outputUri, jobName) {
36
// Optional: URI where the output will be stored.
37
// Could be a BigQuery table or a Google Cloud Storage file.
38
// E.g. "gs://[BUCKET]/[OUTPUT].jsonl" OR "bq://[PROJECT].[DATASET].[TABLE]"
39
- // outputUri = 'gs://your_backet/embedding_batch_output';
+ // outputUri = 'gs://your_bucket/embedding_batch_output';
40
41
// The name of the job
42
// jobName = `Batch embedding job: ${new Date().getMilliseconds()}`;
0 commit comments