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 官方已更新 2 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 2 年前
@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?