Class: Aws::BedrockAgent::Types::AgentKnowledgeBaseSummary

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

Overview

Contains details about a knowledge base associated with an agent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the knowledge base associated with an agent.

Returns:

  • (String)


689
690
691
692
693
694
695
696
# File 'lib/aws-sdk-bedrockagent/types.rb', line 689

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

#knowledge_base_idString

The unique identifier of the knowledge base associated with an agent.

Returns:

  • (String)


689
690
691
692
693
694
695
696
# File 'lib/aws-sdk-bedrockagent/types.rb', line 689

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

#knowledge_base_stateString

Specifies whether the agent uses the knowledge base or not when sending an [InvokeAgent] request.

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

Returns:

  • (String)


689
690
691
692
693
694
695
696
# File 'lib/aws-sdk-bedrockagent/types.rb', line 689

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

#updated_atTime

The time at which the knowledge base associated with an agent was last updated.

Returns:

  • (Time)


689
690
691
692
693
694
695
696
# File 'lib/aws-sdk-bedrockagent/types.rb', line 689

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