1 Resposta
- Mais recentes
- Mais votos
- Mais comentários
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.
respondido há 4 anos
Conteúdo relevante
feita há um ano
- AWS OFICIALAtualizada há 4 anos
- AWS OFICIALAtualizada há 2 anos
