Skip to content

Commit

Permalink
Update Docs - sagemaker-runtime.rst was using the wrong client (#8266)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-katz authored Oct 29, 2024
1 parent 0998bf1 commit 1b21804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/services/sagemaker-runtime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sagemaker-runtime
json=expected_results,
)

client = boto3.client("sagemaker", region_name="us-east-1")
client = boto3.client("sagemaker-runtime", region_name="us-east-1")
details = client.invoke_endpoint(EndpointName="asdf", Body="qwer")


Expand Down

0 comments on commit 1b21804

Please sign in to comment.