

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 在 SageMaker AI 上存取 TensorBoard 應用程式
<a name="debugger-htb-access-tb"></a>

您可以透過兩種方法存取 TensorBoard：透過程式設計方式使用產生未登入或預先登入 URL 的 `sagemaker.interactive_apps.tensorboard` 模組，或使用 SageMaker AI 主控台中的 TensorBoard 登陸頁面。開啟 Tensorboard 之後，SageMaker AI 會執行 TensorBoard 外掛程式，並自動尋找所有訓練任務輸出資料，並以 TensorBoard 相容的檔案格式自動尋找。

**Topics**
+ [使用`sagemaker.interactive_apps.tensorboard`模組開啟 TensorBoard](debugger-htb-access-tb-url.md)
+ [使用`get_app_url`函式做為`estimator`類方法來開啟 TensorBoard](debugger-htb-access-tb-get-app-url-estimator-method.md)
+ [透過 SageMaker AI 主控台開啟 TensorBoard](debugger-htb-access-tb-console.md)