1 Resposta
- Mais recentes
- Mais votos
- Mais comentários
1
SageMaker Batch Transform will automatically split your input file into whatever payload size is specified if you use "SplitType": "Line"
and "BatchStrategy": "MultiRecord"
. There's no need to split files yourself or to use large payload sizes unless you have very large single records.
Hope that helps!
respondido há 6 anos
Conteúdo relevante
- AWS OFICIALAtualizada há 2 anos
- AWS OFICIALAtualizada há 2 anos
- AWS OFICIALAtualizada há um ano
- AWS OFICIALAtualizada há 3 anos
@Olivier_CR - i'm curious , how are you creating this batch jobs, are you doing it via console, cli or using lambda to do it via code?