Private Marketplace for SageMaker algorithms

0

We would like to make algorithms shareable and re-usable across teams. Is it possible to create a private Amazon SageMaker algorithm marketplace?

AWS
EXPERT
asked 5 years ago361 views
1 Answer
0
Accepted Answer

Private Marketplace is a feature of the AWS Marketplace platform that AWS customers can use to create a private catalog of products containing both algorithms and models which are available in AWS Marketplace. To create a private catalog containing algorithms which have not been published in AWS Marketplace, you can use AWS Service Catalog. AWS Service Catalog lets users create and share algorithms packaged via a CloudFormation template. However, you do have to make the container image and model artifacts available in the destination account outside AWS Service Catalog. Here is a sample template for sharing a model - https://github.com/aws-samples/aws-service-catalog-reference-architectures/blob/master/sagemaker/sagemaker_vend_endpoint.yml

profile pictureAWS
Chris_P
answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions