Skip to content

Commit

Permalink
addressed comments for sagemaker
Browse files Browse the repository at this point in the history
Signed-off-by: Dhrubo Saha <dhrubo@amazon.com>
  • Loading branch information
dhrubo-os committed Jul 25, 2023
1 parent 9787f2e commit 4a5c138
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ POST /_plugins/_ml/connectors/_create
"content-type": "application/json"
},
"url": "<PLEASE ADD YOUR Sagemaker MODEL ENDPOINT URL>",
"request_body": "<PLEASE ADD YOUR REQUEST BODY. Example: [\"${parameters.inputs}\"]>"
"request_body": "<PLEASE ADD YOUR REQUEST BODY. Example: ${parameters.inputs}>"
}
]
}
Expand Down

0 comments on commit 4a5c138

Please sign in to comment.