Class IndexStatistics
- java.lang.Object
-
- software.amazon.awssdk.services.kendra.model.IndexStatistics
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IndexStatistics.Builder,IndexStatistics>
@Generated("software.amazon.awssdk:codegen") public final class IndexStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IndexStatistics.Builder,IndexStatistics>
Provides information about the number of documents and the number of questions and answers in an index.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIndexStatistics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndexStatistics.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FaqStatisticsfaqStatistics()The number of question and answer topics in the index.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends IndexStatistics.Builder>serializableBuilderClass()TextDocumentStatisticstextDocumentStatistics()The number of text documents indexed.IndexStatistics.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
faqStatistics
public final FaqStatistics faqStatistics()
The number of question and answer topics in the index.
- Returns:
- The number of question and answer topics in the index.
-
textDocumentStatistics
public final TextDocumentStatistics textDocumentStatistics()
The number of text documents indexed.
- Returns:
- The number of text documents indexed.
-
toBuilder
public IndexStatistics.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IndexStatistics.Builder,IndexStatistics>
-
builder
public static IndexStatistics.Builder builder()
-
serializableBuilderClass
public static Class<? extends IndexStatistics.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-