Skip to content

Commit c5a7d3f

Browse files
authored
feat: updates library for v1 service (#157)
* feat: updates library for v1 service * chore: updates to pom.xml files; * fix: adds sub project pom.xml files * Update versions
1 parent eb873ed commit c5a7d3f

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
-430 KB
Binary file not shown.
Loading

aiplatform/snippets/src/test/java/aiplatform/PredictImageObjectDetectionSampleTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public class PredictImageObjectDetectionSampleTest {
3131

3232
private static final String PROJECT = System.getenv("UCAIP_PROJECT_ID");
33-
private static final String FILE_NAME = "resources/caprese_salad.jpg";
33+
private static final String FILE_NAME = "resources/iod_caprese_salad.jpg";
3434
private static final String ENDPOINT_ID = System.getenv("IMAGE_OBJECT_DETECTION_ENDPOINT_ID");
3535
private ByteArrayOutputStream bout;
3636
private PrintStream out;

0 commit comments

Comments
 (0)