Delete Inference Profile
bedrock_delete_inference_profile | R Documentation |
Deletes an application inference profile¶
Description¶
Deletes an application inference profile. For more information, see Increase throughput and resilience with cross-region inference in Amazon Bedrock. in the Amazon Bedrock User Guide.
Usage¶
bedrock_delete_inference_profile(inferenceProfileIdentifier)
Arguments¶
inferenceProfileIdentifier |
[required] The Amazon Resource Name (ARN) or ID of the application inference profile to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_inference_profile(
inferenceProfileIdentifier = "string"
)