0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

IBM Cloud の Watson Studio プロジェクトIDを確認する

Last updated at Posted at 2023-07-04

Watson StudioプロジェクトをREST API経由で操作する場合、プロジェクトの識別子であるプロジェクトIDを指定することが必要です。
プロジェクトID の確認方法を2つ紹介します。

1. プロジェクトアクセス時のURLから確認

  • 作成したプロジェクトにアクセスし、URLを確認します。
  • URLに含まれる projects/ 直後にあるGUIDがプロジェクトIDです。
URLの構造
https://jp-tok.dataplatform.cloud.ibm.com/projects/<project_id>?context=cpdaas
URLの例:9569520e-cc33-4260-b2f6-bad9abe5ac9f がプロジェクトID
https://jp-tok.dataplatform.cloud.ibm.com/projects/9569520e-cc33-4260-b2f6-bad9abe5ac9f?context=cpdaas

image.png

2. プロジェクトの管理ページより確認

  • 作成したプロジェクトにアクセスし、[管理] > [一般] ページを開きます。
  • プロジェクトID の値を確認します。

image.png

3. 関連資料

製品資料:プロジェクトの作成
https://dataplatform.cloud.ibm.com/docs/content/wsj/getting-started/projects.html?locale=ja

製品資料:プロジェクトの管理
https://dataplatform.cloud.ibm.com/docs/content/wsj/manage-data/admin-project.html?locale=ja&audience=wdp

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?