OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
Xpress
/
vendor
/
aws
/
aws-sdk-php
/
src
/
BedrockRuntime
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:17 AM
rwxr-xr-x
📄
BedrockRuntimeClient.php
889 bytes
05/19/2025 10:07:16 AM
rw-r--r--
📁
Exception
-
05/19/2025 10:07:16 AM
rwxr-xr-x
Editing: BedrockRuntimeClient.php
Close
<?php namespace Aws\BedrockRuntime; use Aws\AwsClient; /** * This client is used to interact with the **Amazon Bedrock Runtime** service. * @method \Aws\Result applyGuardrail(array $args = []) * @method \GuzzleHttp\Promise\Promise applyGuardrailAsync(array $args = []) * @method \Aws\Result converse(array $args = []) * @method \GuzzleHttp\Promise\Promise converseAsync(array $args = []) * @method \Aws\Result converseStream(array $args = []) * @method \GuzzleHttp\Promise\Promise converseStreamAsync(array $args = []) * @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 {}