Skip to content

Commit

Permalink
Update 5.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bourdakos1 committed Jan 3, 2020
1 parent d3cd773 commit b2b6705
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions docs/_object_detection/5.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,3 @@ Choose a pricing plan and click **Create**, then **Confirm** on the following po
> **Note:** Cloud Annotations relies on Deep Learning as a Service which is only supported in the `Dallas` and `London` regions.
![](assets/wml_create.png)

## Credentials
Once we have a Watson Machine Learning instance we need a way to access it from outside of IBM Cloud.
To do be able to do this we need to create a set credentials for our resource.

We can do this by navigating to the **Service credentials** tab and clicking the **New credential** button.
![](assets/wml_new_credential.png)

You can leave all the options blank, but make sure the credential has the role of **Writer**.
![](assets/wml_credentials_modal.png)

Once added, click the **View credentials ▾** dropdown and take note of your **instance_id**, **apikey** and **url**.
![](assets/wml_view_credentials.png)

<pre>
{
<b>"apikey": "...",</b>
"iam_apikey_description": "...",
"iam_apikey_name": "...",
"iam_role_crn": "...",
"iam_serviceid_crn": "...",
<b>"instance_id": "...",</b>
<b>"url": "...",</b>
}
</pre>

0 comments on commit b2b6705

Please sign in to comment.