Skip to content

Commit

Permalink
feat: updates library for v1 service (#157)
Browse files Browse the repository at this point in the history
* feat: updates library for v1 service

* chore: updates to pom.xml files;

* fix: adds sub project pom.xml files

* Update versions
  • Loading branch information
telpirion authored Feb 23, 2021
1 parent eb873ed commit c5a7d3f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed aiplatform/snippets/resources/caprese_salad.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
public class PredictImageObjectDetectionSampleTest {

private static final String PROJECT = System.getenv("UCAIP_PROJECT_ID");
private static final String FILE_NAME = "resources/caprese_salad.jpg";
private static final String FILE_NAME = "resources/iod_caprese_salad.jpg";
private static final String ENDPOINT_ID = System.getenv("IMAGE_OBJECT_DETECTION_ENDPOINT_ID");
private ByteArrayOutputStream bout;
private PrintStream out;
Expand Down

0 comments on commit c5a7d3f

Please sign in to comment.