diff --git a/introduction_to_amazon_algorithms/imageclassification_caltech/Image-classification-lst-format.ipynb b/introduction_to_amazon_algorithms/imageclassification_caltech/Image-classification-lst-format.ipynb index d55d692004..305a84a491 100644 --- a/introduction_to_amazon_algorithms/imageclassification_caltech/Image-classification-lst-format.ipynb +++ b/introduction_to_amazon_algorithms/imageclassification_caltech/Image-classification-lst-format.ipynb @@ -537,7 +537,7 @@ " \"ModelName\": model_name,\n", " \"MaxConcurrentTransforms\": 10,\n", " \"MaxPayloadInMB\": 6,\n", - " \"BatchStrategy\": \"MultiRecord\",\n", + " \"BatchStrategy\": \"SingleRecord\",\n", " \"TransformOutput\": {\n", " \"S3OutputPath\": 's3://{}/{}/output'.format(bucket, batch_job_name)\n", " },\n",