View Source aws_bedrock_agent (aws v1.0.4)
Summary
Functions
Associate a Knowledge Base to an existing Amazon Bedrock Agent
Creates an Amazon Bedrock Agent
Creates an Action Group for existing Amazon Bedrock Agent
Creates an Alias for an existing Amazon Bedrock Agent
Create a new data source
Create a new knowledge base
Deletes an Agent for existing Amazon Bedrock Agent
Deletes an Action Group for existing Amazon Bedrock Agent.
Deletes an Alias for a Amazon Bedrock Agent
Deletes an Agent version for existing Amazon Bedrock Agent
Delete an existing data source
Delete an existing knowledge base
Disassociate an existing Knowledge Base from an Amazon Bedrock Agent
Gets an Agent for existing Amazon Bedrock Agent
Gets an Action Group for existing Amazon Bedrock Agent Version
Describes an Alias for a Amazon Bedrock Agent
Gets a knowledge base associated to an existing Amazon Bedrock Agent Version
Gets an Agent version for existing Amazon Bedrock Agent
Get an existing data source
Get an ingestion job
Get an existing knowledge base
Lists an Action Group for existing Amazon Bedrock Agent Version
Lists all the Aliases for an Amazon Bedrock Agent
List of Knowledge Bases associated to an existing Amazon Bedrock Agent Version
Lists Agent Versions
Lists Agents
List data sources
List ingestion jobs
List Knowledge Bases
List tags for a resource
Prepares an existing Amazon Bedrock Agent to receive runtime requests
Start a new ingestion job
Tag a resource
Untag a resource
Updates an existing Amazon Bedrock Agent
Updates an existing Action Group for Amazon Bedrock Agent
Updates an existing Alias for an Amazon Bedrock Agent
Updates an existing Knowledge Base associated to an Amazon Bedrock Agent
Update an existing data source
Update an existing knowledge base
Functions
Link to this function
associate_agent_knowledge_base(Client, AgentId, AgentVersion, Input)
View Source
Link to this function
associate_agent_knowledge_base(Client, AgentId, AgentVersion, Input0, Options0)
View Source
Link to this function
create_agent_action_group(Client, AgentId, AgentVersion, Input0, Options0)
View Source
Link to this function
delete_agent_action_group(Client, ActionGroupId, AgentId, AgentVersion, Input)
View Source
Link to this function
delete_agent_action_group(Client, ActionGroupId, AgentId, AgentVersion, Input0, Options0)
View Source
Link to this function
delete_agent_alias(Client, AgentAliasId, AgentId, Input0, Options0)
View Source
Link to this function
delete_agent_version(Client, AgentId, AgentVersion, Input0, Options0)
View Source
Link to this function
delete_data_source(Client, DataSourceId, KnowledgeBaseId, Input0, Options0)
View Source
Link to this function
disassociate_agent_knowledge_base(Client, AgentId, AgentVersion, KnowledgeBaseId, Input)
View Source
Link to this function
disassociate_agent_knowledge_base(Client, AgentId, AgentVersion, KnowledgeBaseId, Input0, Options0)
View Source
Link to this function
get_agent_action_group(Client, ActionGroupId, AgentId, AgentVersion)
View Source
Link to this function
get_agent_action_group(Client, ActionGroupId, AgentId, AgentVersion, QueryMap, HeadersMap)
View Source
Link to this function
get_agent_action_group(Client, ActionGroupId, AgentId, AgentVersion, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_agent_alias(Client, AgentAliasId, AgentId, QueryMap, HeadersMap)
View Source
Link to this function
get_agent_alias(Client, AgentAliasId, AgentId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_agent_knowledge_base(Client, AgentId, AgentVersion, KnowledgeBaseId)
View Source
Link to this function
get_agent_knowledge_base(Client, AgentId, AgentVersion, KnowledgeBaseId, QueryMap, HeadersMap)
View Source
Link to this function
get_agent_knowledge_base(Client, AgentId, AgentVersion, KnowledgeBaseId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_agent_version(Client, AgentId, AgentVersion, QueryMap, HeadersMap)
View Source
Link to this function
get_agent_version(Client, AgentId, AgentVersion, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_data_source(Client, DataSourceId, KnowledgeBaseId, QueryMap, HeadersMap)
View Source
Link to this function
get_data_source(Client, DataSourceId, KnowledgeBaseId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_ingestion_job(Client, DataSourceId, IngestionJobId, KnowledgeBaseId)
View Source
Link to this function
get_ingestion_job(Client, DataSourceId, IngestionJobId, KnowledgeBaseId, QueryMap, HeadersMap)
View Source
Link to this function
get_ingestion_job(Client, DataSourceId, IngestionJobId, KnowledgeBaseId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_knowledge_base(Client, KnowledgeBaseId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
list_agent_action_groups(Client, AgentId, AgentVersion, Input0, Options0)
View Source
Link to this function
list_agent_knowledge_bases(Client, AgentId, AgentVersion, Input0, Options0)
View Source
Link to this function
list_ingestion_jobs(Client, DataSourceId, KnowledgeBaseId, Input0, Options0)
View Source
Link to this function
list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)
View Source
Link to this function
start_ingestion_job(Client, DataSourceId, KnowledgeBaseId, Input0, Options0)
View Source
Link to this function
update_agent_action_group(Client, ActionGroupId, AgentId, AgentVersion, Input)
View Source
Link to this function
update_agent_action_group(Client, ActionGroupId, AgentId, AgentVersion, Input0, Options0)
View Source
Link to this function
update_agent_alias(Client, AgentAliasId, AgentId, Input0, Options0)
View Source
Link to this function
update_agent_knowledge_base(Client, AgentId, AgentVersion, KnowledgeBaseId, Input)
View Source
Link to this function
update_agent_knowledge_base(Client, AgentId, AgentVersion, KnowledgeBaseId, Input0, Options0)
View Source
Link to this function