Skip to content

Commit

Permalink
Change BatchStrategy to SingleRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloha106 committed Sep 13, 2018
1 parent 3919107 commit c778b4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c778b4c

Please sign in to comment.