Class: Aws::BedrockAgent::Types::KnowledgeBaseDocument

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

Overview

Contains information about a document to ingest into a knowledge base and metadata to associate with it.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::DocumentContent

Contains the content of the document.



5741
5742
5743
5744
5745
5746
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5741

class KnowledgeBaseDocument < Struct.new(
  :content,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#metadataTypes::DocumentMetadata

Contains the metadata to associate with the document.



5741
5742
5743
5744
5745
5746
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5741

class KnowledgeBaseDocument < Struct.new(
  :content,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end