View Source AWS.BedrockAgent (aws-elixir v0.14.1)
An example service, deployed with the Octane Service creator, which will echo the string
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
associate_agent_knowledge_base(client, agent_id, agent_version, input, options \\ [])
View SourceAssociate a Knowledge Base to an existing Amazon Bedrock Agent
Creates an Amazon Bedrock Agent
create_agent_action_group(client, agent_id, agent_version, input, options \\ [])
View SourceCreates an Action Group for existing Amazon Bedrock Agent
Creates an Alias for an existing Amazon Bedrock Agent
create_data_source(client, knowledge_base_id, input, options \\ [])
View SourceCreate a new data source
Create a new knowledge base
Deletes an Agent for existing Amazon Bedrock Agent
delete_agent_action_group(client, action_group_id, agent_id, agent_version, input, options \\ [])
View SourceDeletes an Action Group for existing Amazon Bedrock Agent.
delete_agent_alias(client, agent_alias_id, agent_id, input, options \\ [])
View SourceDeletes an Alias for a Amazon Bedrock Agent
delete_agent_version(client, agent_id, agent_version, input, options \\ [])
View SourceDeletes an Agent version for existing Amazon Bedrock Agent
delete_data_source(client, data_source_id, knowledge_base_id, input, options \\ [])
View SourceDelete an existing data source
delete_knowledge_base(client, knowledge_base_id, input, options \\ [])
View SourceDelete an existing knowledge base
disassociate_agent_knowledge_base(client, agent_id, agent_version, knowledge_base_id, input, options \\ [])
View SourceDisassociate an existing Knowledge Base from an Amazon Bedrock Agent
Gets an Agent for existing Amazon Bedrock Agent
get_agent_action_group(client, action_group_id, agent_id, agent_version, options \\ [])
View SourceGets an Action Group for existing Amazon Bedrock Agent Version
Describes an Alias for a Amazon Bedrock Agent
get_agent_knowledge_base(client, agent_id, agent_version, knowledge_base_id, options \\ [])
View SourceGets a knowledge base associated to an existing Amazon Bedrock Agent Version
Gets an Agent version for existing Amazon Bedrock Agent
get_data_source(client, data_source_id, knowledge_base_id, options \\ [])
View SourceGet an existing data source
get_ingestion_job(client, data_source_id, ingestion_job_id, knowledge_base_id, options \\ [])
View SourceGet an ingestion job
Get an existing knowledge base
list_agent_action_groups(client, agent_id, agent_version, input, options \\ [])
View SourceLists an Action Group for existing Amazon Bedrock Agent Version
Lists all the Aliases for an Amazon Bedrock Agent
list_agent_knowledge_bases(client, agent_id, agent_version, input, options \\ [])
View SourceList of Knowledge Bases associated to an existing Amazon Bedrock Agent Version
Lists Agent Versions
Lists Agents
list_data_sources(client, knowledge_base_id, input, options \\ [])
View SourceList data sources
list_ingestion_jobs(client, data_source_id, knowledge_base_id, input, options \\ [])
View SourceList ingestion jobs
List Knowledge Bases
List tags for a resource
Prepares an existing Amazon Bedrock Agent to receive runtime requests
start_ingestion_job(client, data_source_id, knowledge_base_id, input, options \\ [])
View SourceStart a new ingestion job
Tag a resource
Untag a resource
Updates an existing Amazon Bedrock Agent
update_agent_action_group(client, action_group_id, agent_id, agent_version, input, options \\ [])
View SourceUpdates an existing Action Group for Amazon Bedrock Agent
update_agent_alias(client, agent_alias_id, agent_id, input, options \\ [])
View SourceUpdates an existing Alias for an Amazon Bedrock Agent
update_agent_knowledge_base(client, agent_id, agent_version, knowledge_base_id, input, options \\ [])
View SourceUpdates an existing Knowledge Base associated to an Amazon Bedrock Agent
update_data_source(client, data_source_id, knowledge_base_id, input, options \\ [])
View SourceUpdate an existing data source
update_knowledge_base(client, knowledge_base_id, input, options \\ [])
View SourceUpdate an existing knowledge base