You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2020. It is now read-only.
Do we think we could combine the "Copy your Model ID " and "Adding the classifierID" sections so the steps read more chronologically? Specifically it would be more natural for a user to copy and paste each field into XCode independently (ie making step 2 in "adding the classifierID" come after step 3 in "Copy your Model", etc).
Following current instructions, users are likely to replace Model ID with apikey in clipboard -> paste wrong fields into XCode.
The text was updated successfully, but these errors were encountered:
@yalonIBM It is an issue when you have to go between multiple apps more than once. Is this what you were envisioning? Does it seem easier to follow?
Configuring the project
In Watson Studio on the custom model overview page, click your Visual Recognition instance name (it's next to Associated Service). Scroll down to find the Custom Core ML classifier you just created.
Copy the Model ID of the classifier.
Open the project in XCode.
Paste the ID into the classifierID property in the ImageClassificationViewController file.
Back in Watson Studio, go to the Visual Recognition instance overview page. Click the Credentials tab, and then click View credentials.
Copy the api_key or the apikey.
In XCode, paste the key into the corresponding property in the ImageClassificationViewController file.
Do we think we could combine the "Copy your Model ID " and "Adding the classifierID" sections so the steps read more chronologically? Specifically it would be more natural for a user to copy and paste each field into XCode independently (ie making step 2 in "adding the classifierID" come after step 3 in "Copy your Model", etc).
Following current instructions, users are likely to replace Model ID with apikey in clipboard -> paste wrong fields into XCode.
The text was updated successfully, but these errors were encountered: