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.



5425
5426
5427
5428
5429
5430
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5425

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

#text_document_statisticsTypes::TextDocumentStatistics

The number of text documents indexed.



5425
5426
5427
5428
5429
5430
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5425

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