

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

# 檢視共用模型的相關資訊
<a name="share-model-view"></a>

若要了解如何檢視您已與其他帳戶共用之模型或已與您共用之模型的相關資訊，請選擇您偏好方法的索引標籤，然後遵循下列步驟：

------
#### [ Console ]

**檢視您已與其他帳戶共用的模型**

1. 登入 AWS 管理主控台 並在 https：//[https://console.aws.amazon.com/ram/home](https://console.aws.amazon.com/ram/home) 開啟 AWS RAM 主控台。

1. 請遵循[檢視您在其中建立的資源共用 AWS Resource Access Manager](https://docs.aws.amazon.com/ram/latest/userguide/working-with-sharing-view-rs.html)中的步驟。

**檢視其他帳戶與您共用的模型**

1.  AWS 管理主控台 使用具有使用 Amazon Bedrock 主控台之許可的 IAM 身分登入 。接著，開啟位於 [https://console.aws.amazon.com/bedrock](https://console.aws.amazon.com/bedrock) 的 Amazon Bedrock 主控台。

1. 從左側導覽窗格中，選擇**調校**下的**自訂模型**。

1. 視您是否[已將模型複製到區域](copy-model.md)而定，其他帳戶已與您共用的模型會以下列方式顯示：

   1. 您尚未複製到區域的共用模型會列在**與您共用的模型**區段中。

   1. 已複製到目前區域的共用模型會列在**模型**區段中，其**共用狀態**為 `Shared`。

------
#### [ API ]

若要檢視您已共用之模型的相關資訊，請使用 [AWS Resource Access Manager 端點](https://docs.aws.amazon.com/general/latest/gr/ram.html)傳送 [GetResourceShares](https://docs.aws.amazon.com/ram/latest/APIReference/API_GetResourceShares.html) 請求，並在 `resourceOwner` 欄位中指定 `SELF`。您可以使用選用欄位來篩選特定模型或資源共用。

若要檢視已與您共用之模型的相關資訊，請使用 [Amazon Bedrock 控制平面端點](https://docs.aws.amazon.com/general/latest/gr/bedrock.html#br-cp)傳送 [ListCustomModels](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_ListCustomModels.html) 請求，並使用 `isOwned` 篩選條件指定 `false`。

------