summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/BedrockRuntime/BedrockRuntimeClient.php
blob: ca78838f5819af6abcd6d4d01ed228376586cb56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
namespace Aws\BedrockRuntime;

use Aws\AwsClient;

/**
 * This client is used to interact with the **Amazon Bedrock Runtime** service.
 * @method \Aws\Result invokeModel(array $args = [])
 * @method \GuzzleHttp\Promise\Promise invokeModelAsync(array $args = [])
 * @method \Aws\Result invokeModelWithResponseStream(array $args = [])
 * @method \GuzzleHttp\Promise\Promise invokeModelWithResponseStreamAsync(array $args = [])
 */
class BedrockRuntimeClient extends AwsClient {}