Values.GetInferenceProfileRequestSourceGets information about an 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 ID or Amazon Resource Name (ARN) of the inference profile.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of InferenceProfileIdentifier.t ]) list ]