Class: Aws::BedrockAgent::Types::IngestKnowledgeBaseDocumentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::IngestKnowledgeBaseDocumentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_details ⇒ Array<Types::KnowledgeBaseDocumentDetail>
A list of objects, each of which contains information about the documents that were ingested.
Instance Attribute Details
#document_details ⇒ Array<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 |