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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/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)


650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 650

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)


650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 650

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)


650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 650

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)


650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 650

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)


650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 650

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 request.

Returns:

  • (String)


650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 650

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)


650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 650

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