1개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
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!
답변함 6년 전
관련 콘텐츠
- AWS 공식업데이트됨 2년 전
- AWS 공식업데이트됨 일 년 전
@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?