

***********************
AgentsforBedrockRuntime
***********************



======
Client
======



.. py:class:: AgentsforBedrockRuntime.Client

  A low-level client representing Agents for Amazon Bedrock Runtime
  

  Contains APIs related to model invocation and querying of knowledge bases.

  ::

    
    import boto3
    
    client = boto3.client('bedrock-agent-runtime')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  bedrock-agent-runtime/client/can_paginate
  bedrock-agent-runtime/client/close
  bedrock-agent-runtime/client/create_invocation
  bedrock-agent-runtime/client/create_session
  bedrock-agent-runtime/client/delete_agent_memory
  bedrock-agent-runtime/client/delete_session
  bedrock-agent-runtime/client/end_session
  bedrock-agent-runtime/client/generate_query
  bedrock-agent-runtime/client/get_agent_memory
  bedrock-agent-runtime/client/get_execution_flow_snapshot
  bedrock-agent-runtime/client/get_flow_execution
  bedrock-agent-runtime/client/get_invocation_step
  bedrock-agent-runtime/client/get_paginator
  bedrock-agent-runtime/client/get_session
  bedrock-agent-runtime/client/get_waiter
  bedrock-agent-runtime/client/invoke_agent
  bedrock-agent-runtime/client/invoke_flow
  bedrock-agent-runtime/client/invoke_inline_agent
  bedrock-agent-runtime/client/list_flow_execution_events
  bedrock-agent-runtime/client/list_flow_executions
  bedrock-agent-runtime/client/list_invocation_steps
  bedrock-agent-runtime/client/list_invocations
  bedrock-agent-runtime/client/list_sessions
  bedrock-agent-runtime/client/list_tags_for_resource
  bedrock-agent-runtime/client/optimize_prompt
  bedrock-agent-runtime/client/put_invocation_step
  bedrock-agent-runtime/client/rerank
  bedrock-agent-runtime/client/retrieve
  bedrock-agent-runtime/client/retrieve_and_generate
  bedrock-agent-runtime/client/retrieve_and_generate_stream
  bedrock-agent-runtime/client/start_flow_execution
  bedrock-agent-runtime/client/stop_flow_execution
  bedrock-agent-runtime/client/tag_resource
  bedrock-agent-runtime/client/untag_resource
  bedrock-agent-runtime/client/update_session


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  bedrock-agent-runtime/paginator/GetAgentMemory
  bedrock-agent-runtime/paginator/ListFlowExecutionEvents
  bedrock-agent-runtime/paginator/ListFlowExecutions
  bedrock-agent-runtime/paginator/ListInvocationSteps
  bedrock-agent-runtime/paginator/ListInvocations
  bedrock-agent-runtime/paginator/ListSessions
  bedrock-agent-runtime/paginator/Rerank
  bedrock-agent-runtime/paginator/Retrieve
