Skip to content

Commit 8266e5e

Browse files
authored
chore(aiplatform): Update CreateBatchPredictionGeminiBigqueryJobSample to use gemini 2.5 (#10229)
1 parent c3776ee commit 8266e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiplatform/src/main/java/aiplatform/batchpredict/CreateBatchPredictionGeminiBigqueryJobSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public static BatchPredictionJob createBatchPredictionGeminiBigqueryJobSample(
6666
String modelName =
6767
String.format(
6868
"projects/%s/locations/%s/publishers/google/models/%s",
69-
project, location, "gemini-2.0-flash-001");
69+
project, location, "gemini-2.5-flash");
7070

7171
BatchPredictionJob batchPredictionJob =
7272
BatchPredictionJob.newBuilder()

0 commit comments

Comments
 (0)