本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
您可以透過下列方式檢視和管理 Amazon Bedrock Marketplace 模型端點:
-
編輯執行個體數量或執行個體類型
-
變更標籤
-
刪除端點
您也可以註冊和取消註冊從 SageMaker AI 建立的 Amazon Bedrock Marketplace 模型端點。
管理您的端點
-
AWS Management Console 使用具有 Amazon Bedrock 許可的 IAM 角色登入 。
-
在搜尋列中,指定「Amazon Bedrock」,然後從下拉式清單中選擇 Amazon Bedrock。
-
在基礎模型下選擇 Marketplace 部署
-
從動作列選擇註冊、編輯或刪除。
-
若要檢視其他詳細資訊,請選擇端點。
您可以使用下列 AWS Command Line Interface 命令來刪除端點。
aws bedrock delete-marketplace-model-endpoint --endpoint-arn "arn:aws:sagemaker:region:111122223333
:endpoint/example-endpoint
"
上述命令不會傳回回應。
您可以使用下列 AWS Command Line Interface 命令來更新端點。
aws bedrock update-marketplace-model-endpoint --endpoint-config "{\"sageMaker\":{\"initialInstanceCount\":2,\"instanceType\":\"ml.g5.xlarge\",\"executionRole\":\"arn:aws:iam::111122223333
:role/service-role/example-sagemaker-service-role
\"}}" --endpoint-arn "arn:aws:sagemaker:region:account-number:endpoint/example-endpoint-name"
注意
CreateMarketplaceModelEndpoint
、 RegisterMarketplaceModelEndpoint
和 UpdateMarketplaceModelEndpoint
操作的回應相同。