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:
- 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()The number of source documents that were deleted.LongnumberOfDocumentsFailed()The number of source documents that failed to be ingested.LongnumberOfDocumentsScanned()The total number of source documents that were scanned.LongnumberOfMetadataDocumentsModified()The number of metadata files that were updated or deleted.LongnumberOfMetadataDocumentsScanned()The total number of metadata files that were scanned.LongnumberOfModifiedDocumentsIndexed()The number of modified source documents in the data source that were successfully indexed.LongnumberOfNewDocumentsIndexed()The number of new source documents in the data source that were successfully indexed.List<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
-
numberOfDocumentsDeleted
public final Long numberOfDocumentsDeleted()
The number of source documents that were deleted.
- Returns:
- The number of source documents that were deleted.
-
numberOfDocumentsFailed
public final Long numberOfDocumentsFailed()
The number of source documents that failed to be ingested.
- Returns:
- The number of source documents that failed to be ingested.
-
numberOfDocumentsScanned
public final Long 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.
-
numberOfMetadataDocumentsModified
public final Long numberOfMetadataDocumentsModified()
The number of metadata files that were updated or deleted.
- Returns:
- The number of metadata files that were updated or deleted.
-
numberOfMetadataDocumentsScanned
public final Long 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.
-
numberOfModifiedDocumentsIndexed
public final Long 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.
-
numberOfNewDocumentsIndexed
public final Long 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.
-
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.
-
-