Skip to content

Commit

Permalink
chore: sagemaker missing quotes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ekeren authored Feb 11, 2024
1 parent f909c52 commit e639f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sagemaker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The library enables owners of a trained sagemaker model, to access its Endpoints
```js
bring sagemaker;

let sm = new sagemaker.Endpoint("my-endpoint-name", "my-inference-name);
let sm = new sagemaker.Endpoint("my-endpoint-name", "my-inference-name");

let handler = inflight () => {
let res = sm.invoke({inputs: "do AI stuff"});
Expand Down

0 comments on commit e639f79

Please sign in to comment.