Exporting Model from Sagemaker Canvas to Sagemaker studio

0

I tried to export a model trained in Canvas into Studio. The export is only allowed through a sagemaker studio link. However, when I listed available models through the CLI in Studio, I couldn't see the model imported from Canvas? Is this the intended behavior? Also, is there any other way to export a model from Canvas to Studio other than the URL?

Thanks.

質問済み 1年前1025ビュー
1回答
0

It is possible that the model export from SageMaker Canvas to SageMaker Studio is not showing up in the Studio because the model has not been registered in the Studio. When you export a model from Canvas to Studio, it creates a copy of the model in the specified Git repository. This copy of the model is not automatically registered in the Studio, so you will need to register it manually.

To register the model in SageMaker Studio, follow these steps:

  1. Open SageMaker Studio and go to the "Models" tab.
  2. Click on the "Create model" button and select "Import model" from the dropdown menu.
  3. In the "Import model" window, provide a name for the model and select the Git repository where the exported model is stored.
  4. Click "Create model" to register the model in the Studio.

Once the model is registered, you should be able to see it in the "Models" tab in the Studio.

As far as I know, there is no other way to export a model from SageMaker Canvas to SageMaker Studio other than using the "Export to Studio" button in Canvas. This button allows you to specify the Git repository where the model will be exported, and it automatically starts the export process. You can then register the model in the Studio by following the steps above.

AWS
回答済み 1年前

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

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

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

関連するコンテンツ