Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
<?php
2
namespace Aws\BedrockRuntime;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **Amazon Bedrock Runtime** service.
8
 * @method \Aws\Result applyGuardrail(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise applyGuardrailAsync(array $args = [])
10
 * @method \Aws\Result converse(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise converseAsync(array $args = [])
12
 * @method \Aws\Result converseStream(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise converseStreamAsync(array $args = [])
14
 * @method \Aws\Result getAsyncInvoke(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise getAsyncInvokeAsync(array $args = [])
16
 * @method \Aws\Result invokeModel(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise invokeModelAsync(array $args = [])
18
 * @method \Aws\Result invokeModelWithResponseStream(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise invokeModelWithResponseStreamAsync(array $args = [])
20
 * @method \Aws\Result listAsyncInvokes(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise listAsyncInvokesAsync(array $args = [])
22
 * @method \Aws\Result startAsyncInvoke(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise startAsyncInvokeAsync(array $args = [])
24
 */
25
class BedrockRuntimeClient extends AwsClient {}