1 Answer
- Newest
- Most votes
- Most comments
1
The inference code plus model artifacts information is defined with SageMaker Model. In SageMaker Model, you have the option of which model artifact to use plus which inference script to use, usually defined as entry_point
in the model object.
To be more specific, after training, you need a step to create/register the model as described here. During this process, you could choose appropriate model artifacts with inference scripts.
Then this model could be defined to be used in a transform job.
answered 2 years ago
Relevant content
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 25 days ago
- AWS OFFICIALUpdated a year ago