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

Deletes an Agent for existing Amazon Bedrock Agent

Deletes an Agent version for existing 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

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

Prepares an existing Amazon Bedrock Agent to receive runtime requests

Updates an existing Amazon Bedrock Agent

Updates an existing Alias for an Amazon Bedrock Agent

Updates an existing Knowledge Base associated to an Amazon Bedrock Agent

Functions

Link to this function

associate_agent_knowledge_base(client, agent_id, agent_version, input, options \\ [])

View Source

Associate a Knowledge Base to an existing Amazon Bedrock Agent

Link to this function

create_agent(client, input, options \\ [])

View Source

Creates an Amazon Bedrock Agent

Link to this function

create_agent_action_group(client, agent_id, agent_version, input, options \\ [])

View Source

Creates an Action Group for existing Amazon Bedrock Agent

Link to this function

create_agent_alias(client, agent_id, input, options \\ [])

View Source

Creates an Alias for an existing Amazon Bedrock Agent

Link to this function

create_data_source(client, knowledge_base_id, input, options \\ [])

View Source

Create a new data source

Link to this function

create_knowledge_base(client, input, options \\ [])

View Source

Create a new knowledge base

Link to this function

delete_agent(client, agent_id, input, options \\ [])

View Source

Deletes an Agent for existing Amazon Bedrock Agent

Link to this function

delete_agent_action_group(client, action_group_id, agent_id, agent_version, input, options \\ [])

View Source

Deletes an Action Group for existing Amazon Bedrock Agent.

Link to this function

delete_agent_alias(client, agent_alias_id, agent_id, input, options \\ [])

View Source

Deletes an Alias for a Amazon Bedrock Agent

Link to this function

delete_agent_version(client, agent_id, agent_version, input, options \\ [])

View Source

Deletes an Agent version for existing Amazon Bedrock Agent

Link to this function

delete_data_source(client, data_source_id, knowledge_base_id, input, options \\ [])

View Source

Delete an existing data source

Link to this function

delete_knowledge_base(client, knowledge_base_id, input, options \\ [])

View Source

Delete an existing knowledge base

Link to this function

disassociate_agent_knowledge_base(client, agent_id, agent_version, knowledge_base_id, input, options \\ [])

View Source

Disassociate an existing Knowledge Base from an Amazon Bedrock Agent

Link to this function

get_agent(client, agent_id, options \\ [])

View Source

Gets an Agent for existing Amazon Bedrock Agent

Link to this function

get_agent_action_group(client, action_group_id, agent_id, agent_version, options \\ [])

View Source

Gets an Action Group for existing Amazon Bedrock Agent Version

Link to this function

get_agent_alias(client, agent_alias_id, agent_id, options \\ [])

View Source

Describes an Alias for a Amazon Bedrock Agent

Link to this function

get_agent_knowledge_base(client, agent_id, agent_version, knowledge_base_id, options \\ [])

View Source

Gets a knowledge base associated to an existing Amazon Bedrock Agent Version

Link to this function

get_agent_version(client, agent_id, agent_version, options \\ [])

View Source

Gets an Agent version for existing Amazon Bedrock Agent

Link to this function

get_data_source(client, data_source_id, knowledge_base_id, options \\ [])

View Source

Get an existing data source

Link to this function

get_ingestion_job(client, data_source_id, ingestion_job_id, knowledge_base_id, options \\ [])

View Source

Get an ingestion job

Link to this function

get_knowledge_base(client, knowledge_base_id, options \\ [])

View Source

Get an existing knowledge base

Link to this function

list_agent_action_groups(client, agent_id, agent_version, input, options \\ [])

View Source

Lists an Action Group for existing Amazon Bedrock Agent Version

Link to this function

list_agent_aliases(client, agent_id, input, options \\ [])

View Source

Lists all the Aliases for an Amazon Bedrock Agent

Link to this function

list_agent_knowledge_bases(client, agent_id, agent_version, input, options \\ [])

View Source

List of Knowledge Bases associated to an existing Amazon Bedrock Agent Version

Link to this function

list_agent_versions(client, agent_id, input, options \\ [])

View Source

Lists Agent Versions

Link to this function

list_agents(client, input, options \\ [])

View Source

Lists Agents

Link to this function

list_data_sources(client, knowledge_base_id, input, options \\ [])

View Source

List data sources

Link to this function

list_ingestion_jobs(client, data_source_id, knowledge_base_id, input, options \\ [])

View Source

List ingestion jobs

Link to this function

list_knowledge_bases(client, input, options \\ [])

View Source

List Knowledge Bases

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

List tags for a resource

Link to this function

prepare_agent(client, agent_id, input, options \\ [])

View Source

Prepares an existing Amazon Bedrock Agent to receive runtime requests

Link to this function

start_ingestion_job(client, data_source_id, knowledge_base_id, input, options \\ [])

View Source

Start a new ingestion job

Link to this function

tag_resource(client, resource_arn, input, options \\ [])

View Source

Tag a resource

Link to this function

untag_resource(client, resource_arn, input, options \\ [])

View Source

Untag a resource

Link to this function

update_agent(client, agent_id, input, options \\ [])

View Source

Updates an existing Amazon Bedrock Agent

Link to this function

update_agent_action_group(client, action_group_id, agent_id, agent_version, input, options \\ [])

View Source

Updates an existing Action Group for Amazon Bedrock Agent

Link to this function

update_agent_alias(client, agent_alias_id, agent_id, input, options \\ [])

View Source

Updates an existing Alias for an Amazon Bedrock Agent

Link to this function

update_agent_knowledge_base(client, agent_id, agent_version, knowledge_base_id, input, options \\ [])

View Source

Updates an existing Knowledge Base associated to an Amazon Bedrock Agent

Link to this function

update_data_source(client, data_source_id, knowledge_base_id, input, options \\ [])

View Source

Update an existing data source

Link to this function

update_knowledge_base(client, knowledge_base_id, input, options \\ [])

View Source

Update an existing knowledge base