Values.DeleteInferenceProfileRequestSourceDeletes 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.
type nonrec t = {inferenceProfileIdentifier : InferenceProfileIdentifier.t;The Amazon Resource Name (ARN) or ID of the application inference profile to delete.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of InferenceProfileIdentifier.t ]) list ]