AgentsforBedrockRuntime¶
Client¶
- class AgentsforBedrockRuntime.Client¶
A low-level client representing Agents for Amazon Bedrock Runtime
Note
Amazon Bedrock Agents (now Amazon Bedrock Agents Classic) is no longer open to new customers. For capabilities similar to Bedrock Agents Classic, explore Amazon Bedrock AgentCore. Existing customers can continue to use the service as normal. For more information, see Amazon Bedrock Agents Classic availability change.
Contains APIs related to model invocation and querying of knowledge bases.
import boto3 client = boto3.client('bedrock-agent-runtime')
These are the available methods:
- agentic_retrieve_stream
- can_paginate
- check_ingested_document_acl
- close
- create_invocation
- create_session
- delete_agent_memory
- delete_session
- end_session
- generate_query
- get_agent_memory
- get_document_content
- get_execution_flow_snapshot
- get_flow_execution
- get_ingested_document_acl
- get_invocation_step
- get_paginator
- get_session
- get_waiter
- invoke_agent
- invoke_flow
- invoke_inline_agent
- list_flow_execution_events
- list_flow_executions
- list_invocation_steps
- list_invocations
- list_sessions
- list_tags_for_resource
- optimize_prompt
- put_invocation_step
- rerank
- retrieve
- retrieve_and_generate
- retrieve_and_generate_stream
- start_flow_execution
- stop_flow_execution
- tag_resource
- untag_resource
- 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.
The available paginators are: