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.

Returns:

  • (String)


625
626
627
628
629
630
631
632
633
634
635
# File 'lib/aws-sdk-bedrockagent/types.rb', line 625

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

#agent_versionString

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

Returns:

  • (String)


625
626
627
628
629
630
631
632
633
634
635
# File 'lib/aws-sdk-bedrockagent/types.rb', line 625

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

#created_atTime

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

Returns:

  • (Time)


625
626
627
628
629
630
631
632
633
634
635
# File 'lib/aws-sdk-bedrockagent/types.rb', line 625

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

#descriptionString

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

Returns:

  • (String)


625
626
627
628
629
630
631
632
633
634
635
# File 'lib/aws-sdk-bedrockagent/types.rb', line 625

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

#knowledge_base_idString

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

Returns:

  • (String)


625
626
627
628
629
630
631
632
633
634
635
# File 'lib/aws-sdk-bedrockagent/types.rb', line 625

class AgentKnowledgeBase < Struct.new(
  :agent_id,
  :agent_version,
  :created_at,
  :description,
  :knowledge_base_id,
  :knowledge_base_state,
  :updated_at)
  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

Returns:

  • (String)


625
626
627
628
629
630
631
632
633
634
635
# File 'lib/aws-sdk-bedrockagent/types.rb', line 625

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

#updated_atTime

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

Returns:

  • (Time)


625
626
627
628
629
630
631
632
633
634
635
# File 'lib/aws-sdk-bedrockagent/types.rb', line 625

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