简体   繁体   中英

multi-model endpoints on sagemaker

I know, one can have multiple models on a single endpoint(Multi-Model endpoints). But, can I have these multiple models of different use cases and different datasets from the s3 bucket? because we mention model artifacts while invoking for prediction. can I have?

Yes. You can use unrelated models. The S3 path you pass in the prediction request is the location the model artefact. Check the doc for details:) https://docs.aws.amazon.com/sagemaker/latest/dg/multi-model-endpoints.html for details.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM