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개 답변
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
답변함 일 년 전
profile picture
전문가
검토됨 한 달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠