AgentsforBedrock#
Client#
- class AgentsforBedrock.Client#
 A low-level client representing Agents for Amazon Bedrock
Describes the API operations for creating and managing Amazon Bedrock agents.
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_flow
 - create_flow_alias
 - create_flow_version
 - create_knowledge_base
 - create_prompt
 - create_prompt_version
 - delete_agent
 - delete_agent_action_group
 - delete_agent_alias
 - delete_agent_version
 - delete_data_source
 - delete_flow
 - delete_flow_alias
 - delete_flow_version
 - delete_knowledge_base
 - delete_prompt
 - disassociate_agent_knowledge_base
 - get_agent
 - get_agent_action_group
 - get_agent_alias
 - get_agent_knowledge_base
 - get_agent_version
 - get_data_source
 - get_flow
 - get_flow_alias
 - get_flow_version
 - get_ingestion_job
 - get_knowledge_base
 - get_paginator
 - get_prompt
 - get_waiter
 - list_agent_action_groups
 - list_agent_aliases
 - list_agent_knowledge_bases
 - list_agent_versions
 - list_agents
 - list_data_sources
 - list_flow_aliases
 - list_flow_versions
 - list_flows
 - list_ingestion_jobs
 - list_knowledge_bases
 - list_prompts
 - list_tags_for_resource
 - prepare_agent
 - prepare_flow
 - start_ingestion_job
 - stop_ingestion_job
 - tag_resource
 - untag_resource
 - update_agent
 - update_agent_action_group
 - update_agent_alias
 - update_agent_knowledge_base
 - update_data_source
 - update_flow
 - update_flow_alias
 - update_knowledge_base
 - update_prompt
 
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: