I am unable to create the project for the custom vision image classification using Java SDK. It is giving an error in the following line in the main method of CustomVisionQuickstart.java Project project = createProject(trainClient);
I am following the Java SDK quickstart guide for custom vision
The following the code block used in the current scenario:
Replace the above code block with the below code block
This will solve the error.
For complete project creation and implementation in Java. Checkout the link
Document Credits: Ruth Yakubu