Skip to content

Commit d08663e

Browse files
authored
Merge branch 'main' into task/decommission-vertexai-tags-part1
2 parents e615aff + d8c246e commit d08663e

46 files changed

Lines changed: 438 additions & 1638 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ document-warehouse @GoogleCloudPlatform/nodejs-samples-reviewers @GoogleCloudPla
4343
# Self-service
4444
ai-platform @GoogleCloudPlatform/nodejs-samples-reviewers @GoogleCloudPlatform/text-embedding @GoogleCloudPlatform/cloud-samples-reviewers
4545
asset @GoogleCloudPlatform/cloud-asset-analysis-team @GoogleCloudPlatform/nodejs-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers
46+
bigquery @GoogleCloudPlatform/bigquery-readapi-team @GoogleCloudPlatform/nodejs-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers
4647
dlp @GoogleCloudPlatform/googleapis-dlp @GoogleCloudPlatform/nodejs-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers
4748
model-armor @GoogleCloudPlatform/nodejs-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers @GoogleCloudPlatform/cloud-modelarmor-team
4849
security-center @GoogleCloudPlatform/gcp-security-command-center @GoogleCloudPlatform/nodejs-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers

ai-platform/snippets/batch-prediction/batch-predict-bq.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async function main(projectId, outputUri) {
3636
'bq://storage-samples.generative_ai.batch_requests_for_multimodal_input';
3737
const location = 'us-central1';
3838
const parent = `projects/${projectId}/locations/${location}`;
39-
const modelName = `${parent}/publishers/google/models/gemini-2.0-flash-001`;
39+
const modelName = `${parent}/publishers/google/models/gemini-2.5-flash`;
4040

4141
// Specify the location of the api endpoint.
4242
const clientOptions = {

ai-platform/snippets/batch-prediction/batch-predict-gcs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function main(projectId, outputUri) {
3939
'gs://cloud-samples-data/generative-ai/batch/batch_requests_for_multimodal_input.jsonl';
4040
const location = 'us-central1';
4141
const parent = `projects/${projectId}/locations/${location}`;
42-
const modelName = `${parent}/publishers/google/models/gemini-2.0-flash-001`;
42+
const modelName = `${parent}/publishers/google/models/gemini-2.5-flash`;
4343

4444
// Specify the location of the api endpoint.
4545
const clientOptions = {

ai-platform/snippets/create-dataset-text.js

Lines changed: 0 additions & 79 deletions
This file was deleted.

ai-platform/snippets/create-dataset-video.js

Lines changed: 0 additions & 79 deletions
This file was deleted.

ai-platform/snippets/create-training-pipeline-video-action-recognition.js

Lines changed: 0 additions & 96 deletions
This file was deleted.

ai-platform/snippets/create-training-pipeline-video-classification.js

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)