Class: Aws::Kendra::Types::IndexStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::IndexStatistics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Provides information about the number of documents and the number of questions and answers in an index.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#faq_statistics ⇒ Types::FaqStatistics
The number of question and answer topics in the index.
-
#text_document_statistics ⇒ Types::TextDocumentStatistics
The number of text documents indexed.
Instance Attribute Details
#faq_statistics ⇒ Types::FaqStatistics
The number of question and answer topics in the index.
6540 6541 6542 6543 6544 6545 |
# File 'lib/aws-sdk-kendra/types.rb', line 6540 class IndexStatistics < Struct.new( :faq_statistics, :text_document_statistics) SENSITIVE = [] include Aws::Structure end |
#text_document_statistics ⇒ Types::TextDocumentStatistics
The number of text documents indexed.
6540 6541 6542 6543 6544 6545 |
# File 'lib/aws-sdk-kendra/types.rb', line 6540 class IndexStatistics < Struct.new( :faq_statistics, :text_document_statistics) SENSITIVE = [] include Aws::Structure end |