Separation of data and model weight in machine learning inference

0

Is there a combination of AWS services that would allow the following: B1 trains a model that transforms input data into valuable insight. B1 wants to make this model available to other businesses at a cost. B2 is such a business, but B2 has strict data ownership requirements that does not allow it to expose the data to B1. So B1 does not want to expose model weights to B2 and B2 does not want to expose data to B1. What kind of architecture would allow this to happen?

I was thinking of a contract that forces Cloudtrail with log file validation turned on in an account managed by B2, B1 shares the AMI with B2 and has access to a role within that account to monitor the fair use of the AMI? What are your thoughts?

已提问 3 个月前312 查看次数
1 回答
1

AWS Clean Rooms lets you collaborate without exposing your data with the other party. This solution leverages Clean Rooms for training ML model in first party account (B1) using dataset in third party account (B2) https://aws.amazon.com/solutions/guidance/predictive-segmentation-using-third-party-data-with-aws-clean-rooms/

Awwal
已回答 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容