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>
Contains the statistics for the data ingestion job.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final LongThe number of source documents that were deleted.final LongThe number of source documents that failed to be ingested.final LongThe total number of source documents that were scanned.final LongThe number of metadata files that were updated or deleted.final LongThe total number of metadata files that were scanned.final LongThe number of modified source documents in the data source that were successfully indexed.final LongThe number of new source documents in the data source that were successfully indexed.static Class<? extends IngestionJobStatistics.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
numberOfDocumentsScanned
The total number of source documents that were scanned. Includes new, updated, and unchanged documents.
- Returns:
- The total number of source documents that were scanned. Includes new, updated, and unchanged documents.
-
numberOfMetadataDocumentsScanned
The total number of metadata files that were scanned. Includes new, updated, and unchanged files.
- Returns:
- The total number of metadata files that were scanned. Includes new, updated, and unchanged files.
-
numberOfNewDocumentsIndexed
The number of new source documents in the data source that were successfully indexed.
- Returns:
- The number of new source documents in the data source that were successfully indexed.
-
numberOfModifiedDocumentsIndexed
The number of modified source documents in the data source that were successfully indexed.
- Returns:
- The number of modified source documents in the data source that were successfully indexed.
-
numberOfMetadataDocumentsModified
The number of metadata files that were updated or deleted.
- Returns:
- The number of metadata files that were updated or deleted.
-
numberOfDocumentsDeleted
The number of source documents that were deleted.
- Returns:
- The number of source documents that were deleted.
-
numberOfDocumentsFailed
The number of source documents that failed to be ingested.
- Returns:
- The number of source documents that failed to be ingested.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<IngestionJobStatistics.Builder,IngestionJobStatistics>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-