bedrockagent_stop_ingestion_job {paws.machine.learning} | R Documentation |
Stops a currently running data ingestion job
Description
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.
Usage
bedrockagent_stop_ingestion_job(dataSourceId, ingestionJobId, knowledgeBaseId)
Arguments
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. |
[Package paws.machine.learning version 0.9.0 Index]