class Aws::BedrockAgent::Types::IngestionJobStatistics


@see docs.aws.amazon.com/goto/WebAPI/bedrock-agent-2023-06-05/IngestionJobStatistics AWS API Documentation
@return [Integer]
successfully indexed.
The number of new source documents in the data source that were
@!attribute [rw] number_of_new_documents_indexed
@return [Integer]
successfully indexed.
The number of modified source documents in the data source that were
@!attribute [rw] number_of_modified_documents_indexed
@return [Integer]
updated, and unchanged files.
The total number of metadata files that were scanned. Includes new,
@!attribute [rw] number_of_metadata_documents_scanned
@return [Integer]
The number of metadata files that were updated or deleted.
@!attribute [rw] number_of_metadata_documents_modified
@return [Integer]
new, updated, and unchanged documents.
The total number of source documents that were scanned. Includes
@!attribute [rw] number_of_documents_scanned
@return [Integer]
The number of source documents that failed to be ingested.
@!attribute [rw] number_of_documents_failed
@return [Integer]
The number of source documents that were deleted.
@!attribute [rw] number_of_documents_deleted
Contains the statistics for the data ingestion job.