Replies: 2 comments 5 replies
-
We are adding a list of models as an input to RegisterModelStep, which in turn would construct a PipelineModel internally. Would that work for your case? Alternatively, this aws example provides a way to construct and deploy pipeline models. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes, here is the PR. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is it possible to use PipelineModel from sagmaker sdk inside on sagemaker Pipeline steps?
I'm making a pipeline that builds first two and then a third model and in one case I need to use PipelineModel to make a transformer that goes over data. In the other case, I need to combine all 3 models in a PipelineModel which gets deployed to an endpoint.
I'm really not sure how to do that with AWS Pipeline Steps since PipelineModel doesn't really have a signature that can work with CreateModelStep or other AWS Pipelines classes.
Beta Was this translation helpful? Give feedback.
All reactions