Skip to content

Qbusiness  >  Structures  >  DataSourceSyncJobMetrics

DataSourceSyncJobMetrics

Structure Class

DataSourceSyncJobMetrics dataclass

Maps a batch delete document request to a specific Amazon Q Business data source connector sync job.

Attributes

documents_added class-attribute instance-attribute
documents_added: str | None = None

The current count of documents added from the data source during the data source sync.

documents_deleted class-attribute instance-attribute
documents_deleted: str | None = None

The current count of documents deleted from the data source during the data source sync.

documents_failed class-attribute instance-attribute
documents_failed: str | None = None

The current count of documents that failed to sync from the data source during the data source sync.

documents_modified class-attribute instance-attribute
documents_modified: str | None = None

The current count of documents modified in the data source during the data source sync.

documents_scanned class-attribute instance-attribute
documents_scanned: str | None = None

The current count of documents crawled by the ongoing sync job in the data source.