非同期エンドポイントを更新する - Amazon SageMaker

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

非同期エンドポイントを更新する

で非同期エンドポイントを更新しますUpdateEndpointAPI。エンドポイントを更新すると、 SageMaker最初に をプロビジョニングし、指定した新しいエンドポイント設定に切り替えてから、前のエンドポイント設定でプロビジョニングされたリソースを削除します。活動中のエンドポイントを持っている、あるいはそのエンドポイントで UpdateEndpoint または CreateEndpoint オペレーションが実行されている間は、EndpointConfig を削除しないでください。

# The name of the endpoint. The name must be unique within an AWS Region in your AWS account. endpoint_name='<endpoint-name>' # The name of the endpoint configuration associated with this endpoint. endpoint_config_name='<endpoint-config-name>' sagemaker_client.update_endpoint( EndpointConfigName=endpoint_config_name, EndpointName=endpoint_name )

Amazon がリクエスト SageMaker を受信すると、エンドポイントステータスが の更新 に設定されます。非同期エンドポイントを更新すると、ステータスが に設定されますInService。エンドポイントのステータスを確認するには、 DescribeEndpoint を使用しますAPI。エンドポイントの更新時に指定できるパラメータの完全なリストについては、UpdateEndpoint「」を参照してくださいAPI。