BedrockAgentRuntimeClient.php 1002 B

123456789101112131415161718192021
  1. <?php
  2. namespace Aws\BedrockAgentRuntime;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Agents for Amazon Bedrock Runtime** service.
  6. * @method \Aws\Result deleteAgentMemory(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise deleteAgentMemoryAsync(array $args = [])
  8. * @method \Aws\Result getAgentMemory(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise getAgentMemoryAsync(array $args = [])
  10. * @method \Aws\Result invokeAgent(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise invokeAgentAsync(array $args = [])
  12. * @method \Aws\Result invokeFlow(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise invokeFlowAsync(array $args = [])
  14. * @method \Aws\Result retrieve(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise retrieveAsync(array $args = [])
  16. * @method \Aws\Result retrieveAndGenerate(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise retrieveAndGenerateAsync(array $args = [])
  18. */
  19. class BedrockAgentRuntimeClient extends AwsClient {}