Initial commit - Mini CMS complet (PHP + Docker + MinIO)
This commit is contained in:
27
forum-project/vendor/aws/aws-sdk-php/src/BedrockRuntime/BedrockRuntimeClient.php
vendored
Normal file
27
forum-project/vendor/aws/aws-sdk-php/src/BedrockRuntime/BedrockRuntimeClient.php
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
<?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 countTokens(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise countTokensAsync(array $args = [])
|
||||
* @method \Aws\Result getAsyncInvoke(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getAsyncInvokeAsync(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 = [])
|
||||
* @method \Aws\Result listAsyncInvokes(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listAsyncInvokesAsync(array $args = [])
|
||||
* @method \Aws\Result startAsyncInvoke(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise startAsyncInvokeAsync(array $args = [])
|
||||
*/
|
||||
class BedrockRuntimeClient extends AwsClient {}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\BedrockRuntime\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Amazon Bedrock Runtime** service.
|
||||
*/
|
||||
class BedrockRuntimeException extends AwsException {}
|
||||
Reference in New Issue
Block a user