1回答
- 新しい順
- 投票が多い順
- コメントが多い順
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.
回答済み 4年前
関連するコンテンツ
質問済み 8ヶ月前
