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

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


664
665
666
667
668
669
670
671
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 664

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)


664
665
666
667
668
669
670
671
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 664

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.

Returns:

  • (String)


664
665
666
667
668
669
670
671
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 664

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)


664
665
666
667
668
669
670
671
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 664

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