Stop Model Invocation Job
bedrock_stop_model_invocation_job | R Documentation |
Stops a batch inference job¶
Description¶
Stops a batch inference job. You're only charged for tokens that were already processed. For more information, see Stop a batch inference job.
Usage¶
bedrock_stop_model_invocation_job(jobIdentifier)
Arguments¶
jobIdentifier |
[required] The Amazon Resource Name (ARN) of the batch inference job to stop. |
Value¶
An empty list.
Request syntax¶
svc$stop_model_invocation_job(
jobIdentifier = "string"
)