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.



5643
5644
5645
5646
5647
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5643

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