- Newest
- Most votes
- Most comments
Hey Manohar,
Yes there is a way to track the entire lineage to see the specific details you mentioned. For your code pipeline you need to pass the commit ID as a parameter to the SageMaker pipeline. You can get the commit ID using "SourceVariables.CommitId". (Commit action output variables: https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-variables.html).
For the S3 versioning data, make sure you are capturing the specific version or URI of the dataset used for training, and pass this in as a parameter to your SageMaker pipeline as well. You can pass it in as an input for your training estimator.
Now when you register the model to SageMaker Model Registry, during your register step, pass in the commit ID, data version, and the training job name as metadata. You should now be able to see the details you mentioned.
Hope this helps
Relevant content
- asked 3 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 5 months ago
