Module Values.GetInferenceProfileRequestSource

Gets 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.

Sourcetype nonrec t = {
  1. inferenceProfileIdentifier : InferenceProfileIdentifier.t;
    (*

    The ID or Amazon Resource Name (ARN) of the inference profile.

    *)
}
Sourceval context_ : string
Sourceval make : inferenceProfileIdentifier:InferenceProfileIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of InferenceProfileIdentifier.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t