Class: Aws::Kendra::Types::IndexStatistics

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/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

Instance Attribute Details

#faq_statisticsTypes::FaqStatistics

The number of question and answer topics in the index.



6540
6541
6542
6543
6544
6545
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6540

class IndexStatistics < Struct.new(
  :faq_statistics,
  :text_document_statistics)
  SENSITIVE = []
  include Aws::Structure
end

#text_document_statisticsTypes::TextDocumentStatistics

The number of text documents indexed.



6540
6541
6542
6543
6544
6545
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6540

class IndexStatistics < Struct.new(
  :faq_statistics,
  :text_document_statistics)
  SENSITIVE = []
  include Aws::Structure
end