Class: Aws::BedrockAgent::Types::IngestKnowledgeBaseDocumentsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#document_detailsArray<Types::KnowledgeBaseDocumentDetail>

A list of objects, each of which contains information about the documents that were ingested.



5835
5836
5837
5838
5839
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5835

class IngestKnowledgeBaseDocumentsResponse < Struct.new(
  :document_details)
  SENSITIVE = []
  include Aws::Structure
end