Skip to content

Commit

Permalink
Fix: Script typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
sewoongk committed Jan 14, 2025
1 parent c249672 commit 3de2baa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ POST /_plugins/_ml/connectors/_create
{
"action_type": "PREDICT",
"method": "POST",
"url": "https://${parameters. endpoint}.${parameters.region}.amazonaws.com/model/${parameters.model_name}/invoke",
"url": "https://${parameters.endpoint}.${parameters.region}.amazonaws.com/model/${parameters.model_name}/invoke",
"headers": {
"x-amz-content-sha256": "required",
"content-type": "application/json"
Expand Down

0 comments on commit 3de2baa

Please sign in to comment.