Skip to content

Commit

Permalink
Fixed typo described in Issue aws-samples#240
Browse files Browse the repository at this point in the history
  • Loading branch information
rajavaid77 committed Apr 24, 2024
1 parent 04c7184 commit acc0640
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
"\n",
"while training_job_status == \"InProgress\":\n",
" time.sleep(60)\n",
" fine_tune_job = bedrock.get_model_customization_job(jobIdentifier=customization_job_name)[\"status\"]\n",
" training_job_status = bedrock.get_model_customization_job(jobIdentifier=customization_job_name)[\"status\"]\n",
" print (training_job_status)"
]
},
Expand Down

0 comments on commit acc0640

Please sign in to comment.