Create a batch inferencing SageMaker pipeline #3311
Unanswered
mouhannadali
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created a Sagemaker pipeline that trains and registers a TF model.
Now I would like to create a Sagemaker pipeline that uses "model registry package name" and the "model version" as input to select a specific version of the registered model and run a Transformer job.
is that possible?
I managed to make it work by providing the model_data (path to the trained model) as an input parameter but not with "model registry package name" and the "model version" as input parameters
Beta Was this translation helpful? Give feedback.
All reactions