How can I have a model with different weights on sage maker?

0

Hi,

I want to deploy a model to sagemaker, however this model takes In different weights depending on some scenarios. Is there any way that I can deploy an endpoint which is able to use different weights?

Thanks

NelioB
質問済み 1ヶ月前161ビュー
1回答
0

Hi,

As per my understanding you are looking for providing weight to your model so that you can can distribute the number of calls to the model.

To achieve this you can provide the value of weight for InitialVariantWeight while creating your endpoint config.

You can refer below article to provide weight while creating or updating the endpoints https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpointWeightsAndCapacities.html#API_UpdateEndpointWeightsAndCapacities_RequestSyntax

Thanks

AWS
回答済み 1ヶ月前
profile picture
エキスパート
レビュー済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ