View source: R/bedrockagent_operations.R
bedrockagent_stop_ingestion_job | R Documentation |
Stops a currently running data ingestion job. You can send a start_ingestion_job
request again to ingest the rest of your data when you are ready.
See https://www.paws-r-sdk.com/docs/bedrockagent_stop_ingestion_job/ for full documentation.
bedrockagent_stop_ingestion_job(dataSourceId, ingestionJobId, knowledgeBaseId)
dataSourceId |
[required] The unique identifier of the data source for the data ingestion job you want to stop. |
ingestionJobId |
[required] The unique identifier of the data ingestion job you want to stop. |
knowledgeBaseId |
[required] The unique identifier of the knowledge base for the data ingestion job you want to stop. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.