Class: Aws::Kendra::Types::DataSourceSyncJobMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DataSourceSyncJobMetrics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Maps a batch delete document request to a specific data source sync job. This is optional and should only be supplied when documents are deleted by a data source connector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#documents_added ⇒ String
The number of documents added from the data source up to now in the data source sync.
-
#documents_deleted ⇒ String
The number of documents deleted from the data source up to now in the data source sync run.
-
#documents_failed ⇒ String
The number of documents that failed to sync from the data source up to now in the data source sync run.
-
#documents_modified ⇒ String
The number of documents modified in the data source up to now in the data source sync run.
-
#documents_scanned ⇒ String
The current number of documents crawled by the current sync job in the data source.
Instance Attribute Details
#documents_added ⇒ String
The number of documents added from the data source up to now in the data source sync.
3070 3071 3072 3073 3074 3075 3076 3077 3078 |
# File 'lib/aws-sdk-kendra/types.rb', line 3070 class DataSourceSyncJobMetrics < Struct.new( :documents_added, :documents_modified, :documents_deleted, :documents_failed, :documents_scanned) SENSITIVE = [] include Aws::Structure end |
#documents_deleted ⇒ String
The number of documents deleted from the data source up to now in the data source sync run.
3070 3071 3072 3073 3074 3075 3076 3077 3078 |
# File 'lib/aws-sdk-kendra/types.rb', line 3070 class DataSourceSyncJobMetrics < Struct.new( :documents_added, :documents_modified, :documents_deleted, :documents_failed, :documents_scanned) SENSITIVE = [] include Aws::Structure end |
#documents_failed ⇒ String
The number of documents that failed to sync from the data source up to now in the data source sync run.
3070 3071 3072 3073 3074 3075 3076 3077 3078 |
# File 'lib/aws-sdk-kendra/types.rb', line 3070 class DataSourceSyncJobMetrics < Struct.new( :documents_added, :documents_modified, :documents_deleted, :documents_failed, :documents_scanned) SENSITIVE = [] include Aws::Structure end |
#documents_modified ⇒ String
The number of documents modified in the data source up to now in the data source sync run.
3070 3071 3072 3073 3074 3075 3076 3077 3078 |
# File 'lib/aws-sdk-kendra/types.rb', line 3070 class DataSourceSyncJobMetrics < Struct.new( :documents_added, :documents_modified, :documents_deleted, :documents_failed, :documents_scanned) SENSITIVE = [] include Aws::Structure end |
#documents_scanned ⇒ String
The current number of documents crawled by the current sync job in the data source.
3070 3071 3072 3073 3074 3075 3076 3077 3078 |
# File 'lib/aws-sdk-kendra/types.rb', line 3070 class DataSourceSyncJobMetrics < Struct.new( :documents_added, :documents_modified, :documents_deleted, :documents_failed, :documents_scanned) SENSITIVE = [] include Aws::Structure end |