Class: Aws::BedrockAgent::Types::AgentKnowledgeBase

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Contains details about a knowledge base that is associated with an agent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

The unique identifier of the agent with which the knowledge base is associated.



824
825
826
827
828
829
830
831
832
833
834
# File 'lib/aws-sdk-bedrockagent/types.rb', line 824

class AgentKnowledgeBase < Struct.new(
  :agent_id,
  :agent_version,
  :knowledge_base_id,
  :description,
  :created_at,
  :updated_at,
  :knowledge_base_state)
  SENSITIVE = []
  include Aws::Structure
end

#agent_versionString

The version of the agent with which the knowledge base is associated.



824
825
826
827
828
829
830
831
832
833
834
# File 'lib/aws-sdk-bedrockagent/types.rb', line 824

class AgentKnowledgeBase < Struct.new(
  :agent_id,
  :agent_version,
  :knowledge_base_id,
  :description,
  :created_at,
  :updated_at,
  :knowledge_base_state)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time at which the association between the agent and the knowledge base was created.



824
825
826
827
828
829
830
831
832
833
834
# File 'lib/aws-sdk-bedrockagent/types.rb', line 824

class AgentKnowledgeBase < Struct.new(
  :agent_id,
  :agent_version,
  :knowledge_base_id,
  :description,
  :created_at,
  :updated_at,
  :knowledge_base_state)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the association between the agent and the knowledge base.



824
825
826
827
828
829
830
831
832
833
834
# File 'lib/aws-sdk-bedrockagent/types.rb', line 824

class AgentKnowledgeBase < Struct.new(
  :agent_id,
  :agent_version,
  :knowledge_base_id,
  :description,
  :created_at,
  :updated_at,
  :knowledge_base_state)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

The unique identifier of the association between the agent and the knowledge base.



824
825
826
827
828
829
830
831
832
833
834
# File 'lib/aws-sdk-bedrockagent/types.rb', line 824

class AgentKnowledgeBase < Struct.new(
  :agent_id,
  :agent_version,
  :knowledge_base_id,
  :description,
  :created_at,
  :updated_at,
  :knowledge_base_state)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_stateString

Specifies whether to use the knowledge base or not when sending an

InvokeAgent][1

request.

[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeAgent.html



824
825
826
827
828
829
830
831
832
833
834
# File 'lib/aws-sdk-bedrockagent/types.rb', line 824

class AgentKnowledgeBase < Struct.new(
  :agent_id,
  :agent_version,
  :knowledge_base_id,
  :description,
  :created_at,
  :updated_at,
  :knowledge_base_state)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time at which the association between the agent and the knowledge base was last updated.



824
825
826
827
828
829
830
831
832
833
834
# File 'lib/aws-sdk-bedrockagent/types.rb', line 824

class AgentKnowledgeBase < Struct.new(
  :agent_id,
  :agent_version,
  :knowledge_base_id,
  :description,
  :created_at,
  :updated_at,
  :knowledge_base_state)
  SENSITIVE = []
  include Aws::Structure
end