We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6698c3a commit ab04792Copy full SHA for ab04792
docs/clients/bedrock-runtime.md
@@ -10,10 +10,10 @@ package: async-aws/bedrock-runtime
10
### InvokeModel
11
12
```php
13
-use AsyncAws\BedrockRuntime\BedrockClient;
+use AsyncAws\BedrockRuntime\BedrockRuntimeClient;
14
use AsyncAws\BedrockRuntime\Input\InvokeModelRequest;
15
16
-$bedrockRuntime = new AsyncAws\BedrockRuntime\BedrockClient();
+$bedrockRuntime = new BedrockRuntimeClient();
17
18
$body = [
19
'anthropic_version' => 'bedrock-2023-05-31',
0 commit comments