kendra_batch_get_document_status: Returns the indexing status for one or more documents...

View source: R/kendra_operations.R

kendra_batch_get_document_statusR Documentation

Returns the indexing status for one or more documents submitted with the BatchPutDocument API

Description

Returns the indexing status for one or more documents submitted with the BatchPutDocument API.

See https://www.paws-r-sdk.com/docs/kendra_batch_get_document_status/ for full documentation.

Usage

kendra_batch_get_document_status(IndexId, DocumentInfoList)

Arguments

IndexId

[required] The identifier of the index to add documents to. The index ID is returned by the CreateIndex API.

DocumentInfoList

[required] A list of DocumentInfo objects that identify the documents for which to get the status. You identify the documents by their document ID and optional attributes.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.