AgentsforBedrock#
Client#
- class AgentsforBedrock.Client#
A low-level client representing Agents for Amazon Bedrock
An example service, deployed with the Octane Service creator, which will echo the string
import boto3 client = boto3.client('bedrock-agent')
These are the available methods:
- associate_agent_knowledge_base
- can_paginate
- close
- create_agent
- create_agent_action_group
- create_agent_alias
- create_data_source
- create_knowledge_base
- delete_agent
- delete_agent_action_group
- delete_agent_alias
- delete_agent_version
- delete_data_source
- delete_knowledge_base
- disassociate_agent_knowledge_base
- get_agent
- get_agent_action_group
- get_agent_alias
- get_agent_knowledge_base
- get_agent_version
- get_data_source
- get_ingestion_job
- get_knowledge_base
- get_paginator
- get_waiter
- list_agent_action_groups
- list_agent_aliases
- list_agent_knowledge_bases
- list_agent_versions
- list_agents
- list_data_sources
- list_ingestion_jobs
- list_knowledge_bases
- list_tags_for_resource
- prepare_agent
- start_ingestion_job
- tag_resource
- untag_resource
- update_agent
- update_agent_action_group
- update_agent_alias
- update_agent_knowledge_base
- update_data_source
- update_knowledge_base
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: