Class IngestionJobStatistics
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagent.model.IngestionJobStatistics
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IngestionJobStatistics.Builder,IngestionJobStatistics>
@Generated("software.amazon.awssdk:codegen") public final class IngestionJobStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IngestionJobStatistics.Builder,IngestionJobStatistics>
The document level statistics of an ingestion job
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIngestionJobStatistics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IngestionJobStatistics.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongnumberOfDocumentsDeleted()Number of deleted documentsLongnumberOfDocumentsFailed()Number of failed documentsLongnumberOfDocumentsScanned()Number of scanned documentsLongnumberOfModifiedDocumentsIndexed()Number of modified documents indexedLongnumberOfNewDocumentsIndexed()Number of indexed documentsList<SdkField<?>>sdkFields()static Class<? extends IngestionJobStatistics.Builder>serializableBuilderClass()IngestionJobStatistics.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
-
numberOfDocumentsScanned
public final Long numberOfDocumentsScanned()
Number of scanned documents
- Returns:
- Number of scanned documents
-
numberOfNewDocumentsIndexed
public final Long numberOfNewDocumentsIndexed()
Number of indexed documents
- Returns:
- Number of indexed documents
-
numberOfModifiedDocumentsIndexed
public final Long numberOfModifiedDocumentsIndexed()
Number of modified documents indexed
- Returns:
- Number of modified documents indexed
-
numberOfDocumentsDeleted
public final Long numberOfDocumentsDeleted()
Number of deleted documents
- Returns:
- Number of deleted documents
-
numberOfDocumentsFailed
public final Long numberOfDocumentsFailed()
Number of failed documents
- Returns:
- Number of failed documents
-
toBuilder
public IngestionJobStatistics.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IngestionJobStatistics.Builder,IngestionJobStatistics>
-
builder
public static IngestionJobStatistics.Builder builder()
-
serializableBuilderClass
public static Class<? extends IngestionJobStatistics.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.
-
-