View a markdown version of this page

管理端点 - Amazon Bedrock

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

管理端点

您可以通过以下方式查看和管理 Amazon Bedrock Marketplace 模型的端点:

  • 编辑实例数量或实例类型

  • 更改标签

  • 删除端点

您还可以注册和注销您通过 AI 创建的 Amazon Bedrock Marketplace 模型的终端节点。 SageMaker

管理端点
  1. AWS 管理控制台 使用具有 Amazon Bedrock 权限的 IAM 角色登录。

  2. 在搜索栏中,指定“Amazon Bedrock”,然后从下拉列表中选择 Amazon Bedrock

  3. 基础模型下选择 Marketplace 部署

  4. 操作栏中选择注册编辑删除

  5. 要查看更多详细信息,请选择端点。

您可以使用以下 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"
注意

CreateMarketplaceModelEndpointRegisterMarketplaceModelEndpointUpdateMarketplaceModelEndpoint 操作的响应是相同的。