View source: R/bedrockagent_operations.R
bedrockagent_list_ingestion_jobs | R Documentation |
Lists the data ingestion jobs for a data source. The list also includes information about each job.
See https://www.paws-r-sdk.com/docs/bedrockagent_list_ingestion_jobs/ for full documentation.
bedrockagent_list_ingestion_jobs(
dataSourceId,
filters = NULL,
knowledgeBaseId,
maxResults = NULL,
nextToken = NULL,
sortBy = NULL
)
dataSourceId |
[required] The unique identifier of the data source for the list of data ingestion jobs. |
filters |
Contains information about the filters for filtering the data. |
knowledgeBaseId |
[required] The unique identifier of the knowledge base for the list of data ingestion jobs. |
maxResults |
The maximum number of results to return in the response. If the total
number of results is greater than this value, use the token returned in
the response in the |
nextToken |
If the total number of results is greater than the |
sortBy |
Contains details about how to sort the data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.