Values.GetInferenceProfileResponseSourceGets 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 = {inferenceProfileName : InferenceProfileName.t option;The name of the inference profile.
*)description : InferenceProfileDescription.t option;The description of the inference profile.
*)createdAt : Timestamp.t option;The time at which the inference profile was created.
*)updatedAt : Timestamp.t option;The time at which the inference profile was last updated.
*)inferenceProfileArn : InferenceProfileArn.t option;The Amazon Resource Name (ARN) of the inference profile.
*)models : InferenceProfileModels.t option;A list of information about each model in the inference profile.
*)inferenceProfileId : InferenceProfileId.t option;The unique identifier of the inference profile.
*)status : InferenceProfileStatus.t option;The status of the inference profile. ACTIVE means that the inference profile is ready to be used.
*)type_ : InferenceProfileType.t option;The type of the inference profile. The following types are possible: SYSTEM_DEFINED – The inference profile is defined by Amazon Bedrock. You can route inference requests across regions with these inference profiles. APPLICATION – The inference profile was created by a user. This type of inference profile can track metrics and costs when invoking the model in it. The inference profile may route requests to one or multiple regions.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of FoundationModelArn.t ]) list ]
list
| `String of InferenceProfileName.t
| `Timestamp of Timestamp.t ])
list ]